Html Css Color HEX #E6199B Deep Pink

📋 copy color: '#E6199B'

red 230 ◦ green 25 ◦ blue 155

#E6199B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #E6199B

Tints of Deep Pink #E6199B

RGB

 RED value IS 230 (90.23% from 255) = 56.1%

 GREEN value IS 25 (10.16% from 255) = 6.1%

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 56.1%
G = 6.1%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E6199B (or 0xE6199B) is known color: Deep Pink. HEX triplet: E6, 19 and 9B. RGB value is (230,25,155). Sum of RGB (Red+Green+Blue) = 230+25+155=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6199B is #19E664. Grayscale: #646464. Windows color (decimal): -1697381 or 10164710. OLE color: 10164710.

HSL color Cylindrical-coordinate representation of color #E6199B: hue angle of 321.95º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6199B is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 25 155 -
CMYK 0 0.89 0.33 0.10
HSL 321.95º 0.8% 0.5% -
HSV(B) 321.95º 0.89% 0.9% -
XYZ 38.9 19.88 32.8 -
YUV 101.12 158.42 219.93 -
System Red Green Blue C M Y K H S L
Decimal 230 25 155 0 0.89 0.33 0.10 321.95 0.8 0.5
Hex E6 19 9B 0 59 21 A 142 50 32
Octal 346 31 233 0 131 41 12 502 120 62
Binary 11100110 11001 10011011 0 1011001 100001 1010 101000010 1010000 110010

Color Harmonies of #E6199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6199B

Black with #E6199B

Text Example


Text Example

White with #E6199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6199B; }

 p { color: rgb(230,25,155); }

 H1.HeaderClassName
 {
   color: #E6199B;
 }
 .AnyTagClassName
 {
   color: #E6199B;
 }
</style>

background-color css

<style>
 a { background-color: #E6199B; }

 a { background-color: rgb(230,25,155); }

 div.DivClassName
 {
   background-color: #E6199B;
 }
 .BgClassName
 {
   background-color: #E6199B;
 }
</style>

border-color css

<style>
 span { border-color: #E6199B; }

 span { border-color: rgb(230,25,155); }

 td.TdClassName
 {
   border-color: #E6199B;
 }
 .TagClassName
 {
   border-color: #E6199B;
 }
</style>