COLOR #E6006E

HEX: #E6006E
RGB: (230,0,110)

Renk bilgisi

#E6006E contains mainly red color. #E6006E ‘ nin web güvenlik rengi #CC0066 (ya da #C06) dir.

RGB renk modeli

#E6006E color RGB value is (230,0,110).

  • kırmız ton 230;
  • yeşil ton 0;
  • mavi ton 110.
RGB:
(230,0,110)
(90%,0%,43%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 0 of 255 = 0%
B 110 of 255 = 43%

230
0
110

R + G + B ~ 44%. #E6006E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 0 + 110 = 340 (100%)
R 230 of 340 ~ 67.65%
G 0 of 340 ~ 0%
B 110 of 340 ~ 32.35%

%67.65
%32.35

CMYK RENK MODELİ

#E6006E rengi CMYK tonu (0,100,52,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 52.17%
  • ana renk tonu 9.80%
CMYK:
(0,100,52,10)
C0M100Y52K10 
(0%,100%,52%,10%)
(0.00/1.00/0.52/0.10)	

CMYK yüzdeleri

%0
%100
%52.17
%9.8

Codes

Color #E6006E in popluar color models

E6006E
RGB2300110
HSL331°100.00%45.10%
HSB/HSV331°100.00%90.20%
CMYK0.00%100.00%52.17%
9.80%

Color #E6006E in popluar number systems.

HEXE6006E
Decimal2300110
Binary1110011001101110
Octal3460156

Shades and tints

Shades of #E6006E

#E6006E
(230,0,110)
#D20064
(210,0,100)
#BE005A
(190,0,90)
#AA0050
(170,0,80)
#960046
(150,0,70)
#82003C
(130,0,60)
#6E0032
(110,0,50)
#5A0028
(90,0,40)
#46001E
(70,0,30)
#320014
(50,0,20)
#1E000A
(30,0,10)
#000000
(0,0,0)

Tints of #E6006E

#E6006E
(230,0,110)
#E8177B
(232,23,123)
#EA2E88
(234,46,136)
#EC4595
(236,69,149)
#EE5CA2
(238,92,162)
#F073AF
(240,115,175)
#F28ABC
(242,138,188)
#F4A1C9
(244,161,201)
#F6B8D6
(246,184,214)
#F8CFE3
(248,207,227)
#FAE6F0
(250,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6006E color. Also use rgb(230,0,110) instead hex code.

Text Font Color

.myTextColor { color: #E6006E; }

<p style="color:#E6006E">This sample text font color is #E6006E.</p>

This text font color is #E6006E.


Background Color

.myBgColor { background-color: #E6006E; }

<div style="background-color:#E6006E">Inner text</div>

This div background color is #E6006E.


Border color

.myBorderColor { border: 1px solid #E6006E; }

<div style="border:3px solid #E6006E">Div</div>

This div border color is #E6006E.


Opacity

.myOpacity80 { color: #E6006E; opacity: 0.8; }

<p style="color:#E6006E;opacity:0.8;">80%</p>

Text with #E6006E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6006E;}

<p style="text-shadow: 3px 3px 1px #E6006E">Text here.</p>

This text has shadow with #E6006E color.

.textShadow {text-shadow: 3px 3px 1px #E6006E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6006E, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6006E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6006E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6006E, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6006E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E6006E;
  -webkit-box-shadow:	1px 1px 3px 2px #E6006E;
  box-shadow:		1px 1px 3px 2px #E6006E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6006E;
-webkit-box-shadow: 1px 1px 3px 2px #E6006E;
box-shadow:1px 1px 3px 2px #E6006E;">
Div content here</div>
This div box has shadow with color #E6006E.

Preview

Color preview on black background

This text has color #E6006E on black background.


Color preview on white background

This text has color #E6006E on white background.



Black color preview on #E6006E background

This text has black color on #E6006E background.


White color preview on #E6006E background

This text has white color on #E6006E background.