Html Css Color HEX #EE9BCB Shocking

📋 copy color: '#EE9BCB'

red 238 ◦ green 155 ◦ blue 203

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

Shades of Shocking #EE9BCB

Tints of Shocking #EE9BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.06%

R = 39.93%
G = 26.01%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE9BCB (or 0xEE9BCB) is known color: Shocking. HEX triplet: EE, 9B and CB. RGB value is (238,155,203). Sum of RGB (Red+Green+Blue) = 238+155+203=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BCB is #116434. Grayscale: #B9B9B9. Windows color (decimal): -1139765 or 13343726. OLE color: 13343726.

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

Color convert

RGB 238 155 203 -
CMYK 0 0.35 0.15 0.07
HSL 325.3º 0.71% 0.77% -
HSV(B) 325.3º 0.35% 0.93% -
XYZ 57.76 45.93 62.32 -
YUV 185.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 238 155 203 0 0.35 0.15 0.07 325.3 0.71 0.77
Hex EE 9B CB 0 23 F 7 145 47 4D
Octal 356 233 313 0 43 17 7 505 107 115
Binary 11101110 10011011 11001011 0 100011 1111 111 101000101 1000111 1001101

Color Harmonies of #EE9BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BCB

Black with #EE9BCB

Text Example


Text Example

White with #EE9BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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