#EE9ABE

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

Shades of Shocking #EE9ABE

Tints of Shocking #EE9ABE

Color information

#EE9ABE (or 0xEE9ABE) is unknown color: approx Shocking. HEX triplet: EE, 9A and BE. RGB value is (238,154,190). Sum of RGB (Red+Green+Blue) = 238+154+190=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ABE is #116541. Grayscale: #B7B7B7. Windows color (decimal): -1140034 or 12491502. OLE color: 12491502.

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

Color convert

RGB238154190-
CMYK00.350.200.07
HSL334.29º71.19%76.86%-
HSV(B)334.29º35.29%93.33%-
XYZ56.1145.0154.44-
YUV183.22131.83167.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=40.89%
G=26.46%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815419000.350.200.07334.2971.1976.86
HexEE9ABE02314714e474d
Octal356232276043247516107115
Binary11101110100110101011111001000111010011110100111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9ABE; }

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

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

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

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

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

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

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

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