#EE90BD

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

Shades of Shocking #EE90BD

Tints of Shocking #EE90BD

Color information

#EE90BD (or 0xEE90BD) is unknown color: approx Shocking. HEX triplet: EE, 90 and BD. RGB value is (238,144,189). Sum of RGB (Red+Green+Blue) = 238+144+189=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90BD is #116F42. Grayscale: #B1B1B1. Windows color (decimal): -1142595 or 12423406. OLE color: 12423406.

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

Color convert

RGB238144189-
CMYK00.390.210.07
HSL331.28º73.44%74.9%-
HSV(B)331.28º39.5%93.33%-
XYZ54.4241.853.34-
YUV177.24134.64171.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=41.68%
G=25.22%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814418900.390.210.07331.2873.4474.9
HexEE90BD02715714b494b
Octal356220275047257513111113
Binary11101110100100001011110101001111010111110100101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE90BD; }

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

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

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

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

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

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

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

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