#EE9FBE

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

Shades of Shocking #EE9FBE

Tints of Shocking #EE9FBE

Color information

#EE9FBE (or 0xEE9FBE) is unknown color: approx Shocking. HEX triplet: EE, 9F and BE. RGB value is (238,159,190). Sum of RGB (Red+Green+Blue) = 238+159+190=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9FBE is #116041. Grayscale: #BABABA. Windows color (decimal): -1138754 or 12492782. OLE color: 12492782.

HSL color Cylindrical-coordinate representation of color #EE9FBE: hue angle of 336.46º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EE9FBE is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238159190-
CMYK00.330.200.07
HSL336.46º69.91%77.84%-
HSV(B)336.46º33.19%93.33%-
XYZ56.9546.6954.73-
YUV186.16130.17164.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=40.55%
G=27.09%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815919000.330.200.07336.4669.9177.84
HexEE9FBE021147150464e
Octal356237276041247520106116
Binary11101110100111111011111001000011010011110101000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9FBE; }

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

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

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

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

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

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

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

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