Html Css Color HEX #EE9CBD Shocking

📋 copy color: '#EE9CBD'

red 238 ◦ green 156 ◦ blue 189

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

Shades of Shocking #EE9CBD

Tints of Shocking #EE9CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.76%

 BLUE value IS 189 (74.22% from 255) = 32.42%

R = 40.82%
G = 26.76%
B = 32.42%

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

#EE9CBD (or 0xEE9CBD) is known color: Shocking. HEX triplet: EE, 9C and BD. RGB value is (238,156,189). Sum of RGB (Red+Green+Blue) = 238+156+189=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9CBD is #116342. Grayscale: #B8B8B8. Windows color (decimal): -1139523 or 12426478. OLE color: 12426478.

HSL color Cylindrical-coordinate representation of color #EE9CBD: hue angle of 335.85º degrees, saturation: 0.71, 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 #EE9CBD is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 156 189 -
CMYK 0 0.34 0.21 0.07
HSL 335.85º 0.71% 0.77% -
HSV(B) 335.85º 0.34% 0.93% -
XYZ 56.33 45.63 53.98 -
YUV 184.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 238 156 189 0 0.34 0.21 0.07 335.85 0.71 0.77
Hex EE 9C BD 0 22 15 7 150 47 4D
Octal 356 234 275 0 42 25 7 520 107 115
Binary 11101110 10011100 10111101 0 100010 10101 111 101010000 1000111 1001101

Color Harmonies of #EE9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9CBD

Black with #EE9CBD

Text Example


Text Example

White with #EE9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9CBD; }

 p { color: rgb(238,156,189); }

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

background-color css

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

 a { background-color: rgb(238,156,189); }

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

border-color css

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

 span { border-color: rgb(238,156,189); }

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