Html Css Color HEX #EE96BE Shocking

📋 copy color: '#EE96BE'

red 238 ◦ green 150 ◦ blue 190

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

Shades of Shocking #EE96BE

Tints of Shocking #EE96BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.87%

R = 41.18%
G = 25.95%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE96BE (or 0xEE96BE) is known color: Shocking. HEX triplet: EE, 96 and BE. RGB value is (238,150,190). Sum of RGB (Red+Green+Blue) = 238+150+190=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96BE is #116941. Grayscale: #B4B4B4. Windows color (decimal): -1141058 or 12490478. OLE color: 12490478.

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

Color convert

RGB 238 150 190 -
CMYK 0 0.37 0.20 0.07
HSL 332.73º 0.72% 0.76% -
HSV(B) 332.73º 0.37% 0.93% -
XYZ 55.46 43.71 54.23 -
YUV 180.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 238 150 190 0 0.37 0.20 0.07 332.73 0.72 0.76
Hex EE 96 BE 0 25 14 7 14D 48 4C
Octal 356 226 276 0 45 24 7 515 110 114
Binary 11101110 10010110 10111110 0 100101 10100 111 101001101 1001000 1001100

Color Harmonies of #EE96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96BE

Black with #EE96BE

Text Example


Text Example

White with #EE96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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