Html Css Color HEX #EE1198 Deep Pink

📋 copy color: '#EE1198'

red 238 ◦ green 17 ◦ blue 152

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

Shades of Deep Pink #EE1198

Tints of Deep Pink #EE1198

RGB

 RED value IS 238 (93.36% from 255) = 58.48%

 GREEN value IS 17 (7.03% from 255) = 4.18%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 58.48%
G = 4.18%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE1198 (or 0xEE1198) is known color: Deep Pink. HEX triplet: EE, 11 and 98. RGB value is (238,17,152). Sum of RGB (Red+Green+Blue) = 238+17+152=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1198 is #11EE67. Grayscale: #626262. Windows color (decimal): -1175144 or 9966062. OLE color: 9966062.

HSL color Cylindrical-coordinate representation of color #EE1198: hue angle of 323.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1198 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 17 152 -
CMYK 0 0.93 0.36 0.07
HSL 323.35º 0.87% 0.5% -
HSV(B) 323.35º 0.93% 0.93% -
XYZ 41.13 20.85 31.56 -
YUV 98.47 158.22 227.52 -
System Red Green Blue C M Y K H S L
Decimal 238 17 152 0 0.93 0.36 0.07 323.35 0.87 0.5
Hex EE 11 98 0 5D 24 7 143 57 32
Octal 356 21 230 0 135 44 7 503 127 62
Binary 11101110 10001 10011000 0 1011101 100100 111 101000011 1010111 110010

Color Harmonies of #EE1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1198

Black with #EE1198

Text Example


Text Example

White with #EE1198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1198; }

 p { color: rgb(238,17,152); }

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

background-color css

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

 a { background-color: rgb(238,17,152); }

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

border-color css

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

 span { border-color: rgb(238,17,152); }

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