#EE90C0

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

Shades of Shocking #EE90C0

Tints of Shocking #EE90C0

Color information

#EE90C0 (or 0xEE90C0) is unknown color: approx Shocking. HEX triplet: EE, 90 and C0. RGB value is (238,144,192). Sum of RGB (Red+Green+Blue) = 238+144+192=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90C0 is #116F3F. Grayscale: #B1B1B1. Windows color (decimal): -1142592 or 12620014. OLE color: 12620014.

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

Color convert

RGB238144192-
CMYK00.390.190.07
HSL329.36º73.44%74.9%-
HSV(B)329.36º39.5%93.33%-
XYZ54.7541.9355.08-
YUV177.58136.14171.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.46%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=41.46%
G=25.09%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814419200.390.190.07329.3673.4474.9
HexEE90C0027137149494b
Octal356220300047237511111113
Binary11101110100100001100000001001111001111110100100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE90C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE90C0; }

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

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

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

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

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

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

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

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