Html Css Color HEX #EE9DBD Shocking

📋 copy color: '#EE9DBD'

red 238 ◦ green 157 ◦ blue 189

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

Shades of Shocking #EE9DBD

Tints of Shocking #EE9DBD

RGB

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

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

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

R = 40.75%
G = 26.88%
B = 32.36%

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

#EE9DBD (or 0xEE9DBD) is known color: Shocking. HEX triplet: EE, 9D and BD. RGB value is (238,157,189). Sum of RGB (Red+Green+Blue) = 238+157+189=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DBD is #116242. Grayscale: #B8B8B8. Windows color (decimal): -1139267 or 12426734. OLE color: 12426734.

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

Color convert

RGB 238 157 189 -
CMYK 0 0.34 0.21 0.07
HSL 336.3º 0.7% 0.77% -
HSV(B) 336.3º 0.34% 0.93% -
XYZ 56.5 45.97 54.04 -
YUV 184.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 238 157 189 0 0.34 0.21 0.07 336.3 0.7 0.77
Hex EE 9D BD 0 22 15 7 150 46 4D
Octal 356 235 275 0 42 25 7 520 106 115
Binary 11101110 10011101 10111101 0 100010 10101 111 101010000 1000110 1001101

Color Harmonies of #EE9DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9DBD

Black with #EE9DBD

Text Example


Text Example

White with #EE9DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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