Html Css Color HEX #EE9BBD Shocking

📋 copy color: '#EE9BBD'

red 238 ◦ green 155 ◦ blue 189

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

Shades of Shocking #EE9BBD

Tints of Shocking #EE9BBD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.63%

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

R = 40.89%
G = 26.63%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE9BBD (or 0xEE9BBD) is known color: Shocking. HEX triplet: EE, 9B and BD. RGB value is (238,155,189). Sum of RGB (Red+Green+Blue) = 238+155+189=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BBD is #116442. Grayscale: #B7B7B7. Windows color (decimal): -1139779 or 12426222. OLE color: 12426222.

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

Color convert

RGB 238 155 189 -
CMYK 0 0.35 0.21 0.07
HSL 335.42º 0.71% 0.77% -
HSV(B) 335.42º 0.35% 0.93% -
XYZ 56.17 45.29 53.93 -
YUV 183.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 238 155 189 0 0.35 0.21 0.07 335.42 0.71 0.77
Hex EE 9B BD 0 23 15 7 14F 47 4D
Octal 356 233 275 0 43 25 7 517 107 115
Binary 11101110 10011011 10111101 0 100011 10101 111 101001111 1000111 1001101

Color Harmonies of #EE9BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BBD

Black with #EE9BBD

Text Example


Text Example

White with #EE9BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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