#EE9AC5

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

Shades of Shocking #EE9AC5

Tints of Shocking #EE9AC5

Color information

#EE9AC5 (or 0xEE9AC5) is unknown color: approx Shocking. HEX triplet: EE, 9A and C5. RGB value is (238,154,197). Sum of RGB (Red+Green+Blue) = 238+154+197=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9AC5 is #11653A. Grayscale: #B7B7B7. Windows color (decimal): -1140027 or 12950254. OLE color: 12950254.

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

Color convert

RGB238154197-
CMYK00.350.170.07
HSL329.29º71.19%76.86%-
HSV(B)329.29º35.29%93.33%-
XYZ56.8945.3258.57-
YUV184.02135.33166.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=40.41%
G=26.15%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815419700.350.170.07329.2971.1976.86
HexEE9AC5023117149474d
Octal356232305043217511107115
Binary11101110100110101100010101000111000111110100100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9AC5; }

 p { color: rgb(238,154,197); }

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

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

 a { background-color: rgb(238,154,197); }

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

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

 span { border-color: rgb(238,154,197); }

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