Html Css Color HEX #EE1096 Deep Pink

📋 copy color: '#EE1096'

red 238 ◦ green 16 ◦ blue 150

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

Shades of Deep Pink #EE1096

Tints of Deep Pink #EE1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.96%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 58.91%
G = 3.96%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE1096 (or 0xEE1096) is known color: Deep Pink. HEX triplet: EE, 10 and 96. RGB value is (238,16,150). Sum of RGB (Red+Green+Blue) = 238+16+150=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1096 is #11EF69. Grayscale: #616161. Windows color (decimal): -1175402 or 9834734. OLE color: 9834734.

HSL color Cylindrical-coordinate representation of color #EE1096: hue angle of 323.78º 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 #EE1096 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 16 150 -
CMYK 0 0.93 0.37 0.07
HSL 323.78º 0.87% 0.5% -
HSV(B) 323.78º 0.93% 0.93% -
XYZ 40.95 20.75 30.7 -
YUV 97.65 157.55 228.1 -
System Red Green Blue C M Y K H S L
Decimal 238 16 150 0 0.93 0.37 0.07 323.78 0.87 0.5
Hex EE 10 96 0 5D 25 7 144 57 32
Octal 356 20 226 0 135 45 7 504 127 62
Binary 11101110 10000 10010110 0 1011101 100101 111 101000100 1010111 110010

Color Harmonies of #EE1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1096

Black with #EE1096

Text Example


Text Example

White with #EE1096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1096; }

 p { color: rgb(238,16,150); }

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

background-color css

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

 a { background-color: rgb(238,16,150); }

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

border-color css

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

 span { border-color: rgb(238,16,150); }

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