#EE9BCA

Color #EE9BCA Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EE9BCA

Tints of Shocking #EE9BCA

Color information

#EE9BCA (or 0xEE9BCA) is unknown color: approx Shocking. HEX triplet: EE, 9B and CA. RGB value is (238,155,202). Sum of RGB (Red+Green+Blue) = 238+155+202=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BCA is #116435. Grayscale: #B9B9B9. Windows color (decimal): -1139766 or 13278190. OLE color: 13278190.

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

Color convert

RGB238155202-
CMYK00.350.150.07
HSL326.02º70.94%77.06%-
HSV(B)326.02º34.87%93.33%-
XYZ57.6445.8861.7-
YUV185.18137.5165.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=40%
G=26.05%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815520200.350.150.07326.0270.9477.06
HexEE9BCA023F7146474d
Octal356233312043177506107115
Binary1110111010011011110010100100011111111110100011010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9BCA; }

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

 H1.HeaderClassName
 {
   color: #EE9BCA;
 }
 .AnyTagClassName
 {
   color: #EE9BCA;
 }
</style>
background-color css

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

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

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

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

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

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