#EE90BF

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

Shades of Shocking #EE90BF

Tints of Shocking #EE90BF

Color information

#EE90BF (or 0xEE90BF) is unknown color: approx Shocking. HEX triplet: EE, 90 and BF. RGB value is (238,144,191). Sum of RGB (Red+Green+Blue) = 238+144+191=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90BF is #116F40. Grayscale: #B1B1B1. Windows color (decimal): -1142593 or 12554478. OLE color: 12554478.

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

Color convert

RGB238144191-
CMYK00.390.200.07
HSL330º73.44%74.9%-
HSV(B)330º39.5%93.33%-
XYZ54.6441.8954.5-
YUV177.46135.64171.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 191 (75% from 255) = 33.33%
R=41.54%
G=25.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814419100.390.200.0733073.4474.9
HexEE90BF02714714a494b
Octal356220277047247512111113
Binary11101110100100001011111101001111010011110100101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE90BF; }

 p { color: rgb(238,144,191); }

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

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

 a { background-color: rgb(238,144,191); }

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

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

 span { border-color: rgb(238,144,191); }

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