Html Css Color HEX #EE9DBB Shocking

📋 copy color: '#EE9DBB'

red 238 ◦ green 157 ◦ blue 187

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

Shades of Shocking #EE9DBB

Tints of Shocking #EE9DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.98%

 BLUE value IS 187 (73.44% from 255) = 32.13%

R = 40.89%
G = 26.98%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE9DBB (or 0xEE9DBB) is known color: Shocking. HEX triplet: EE, 9D and BB. RGB value is (238,157,187). Sum of RGB (Red+Green+Blue) = 238+157+187=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DBB is #116244. Grayscale: #B8B8B8. Windows color (decimal): -1139269 or 12295662. OLE color: 12295662.

HSL color Cylindrical-coordinate representation of color #EE9DBB: hue angle of 337.78º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9DBB is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 157 187 -
CMYK 0 0.34 0.21 0.07
HSL 337.78º 0.7% 0.77% -
HSV(B) 337.78º 0.34% 0.93% -
XYZ 56.29 45.88 52.9 -
YUV 184.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 238 157 187 0 0.34 0.21 0.07 337.78 0.7 0.77
Hex EE 9D BB 0 22 15 7 152 46 4D
Octal 356 235 273 0 42 25 7 522 106 115
Binary 11101110 10011101 10111011 0 100010 10101 111 101010010 1000110 1001101

Color Harmonies of #EE9DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9DBB

Black with #EE9DBB

Text Example


Text Example

White with #EE9DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9DBB; }

 p { color: rgb(238,157,187); }

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

background-color css

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

 a { background-color: rgb(238,157,187); }

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

border-color css

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

 span { border-color: rgb(238,157,187); }

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