Html Css Color HEX #EE96B8 Shocking

📋 copy color: '#EE96B8'

red 238 ◦ green 150 ◦ blue 184

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

Shades of Shocking #EE96B8

Tints of Shocking #EE96B8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.22%

 BLUE value IS 184 (72.27% from 255) = 32.17%

R = 41.61%
G = 26.22%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EE96B8 (or 0xEE96B8) is known color: Shocking. HEX triplet: EE, 96 and B8. RGB value is (238,150,184). Sum of RGB (Red+Green+Blue) = 238+150+184=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96B8 is #116947. Grayscale: #B4B4B4. Windows color (decimal): -1141064 or 12097262. OLE color: 12097262.

HSL color Cylindrical-coordinate representation of color #EE96B8: hue angle of 336.82º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE96B8 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 150 184 -
CMYK 0 0.37 0.23 0.07
HSL 336.82º 0.72% 0.76% -
HSV(B) 336.82º 0.37% 0.93% -
XYZ 54.82 43.45 50.84 -
YUV 180.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 238 150 184 0 0.37 0.23 0.07 336.82 0.72 0.76
Hex EE 96 B8 0 25 17 7 151 48 4C
Octal 356 226 270 0 45 27 7 521 110 114
Binary 11101110 10010110 10111000 0 100101 10111 111 101010001 1001000 1001100

Color Harmonies of #EE96B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96B8

Black with #EE96B8

Text Example


Text Example

White with #EE96B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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