#E990CC

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

Shades of Shocking #E990CC

Tints of Shocking #E990CC

Color information

#E990CC (or 0xE990CC) is unknown color: approx Shocking. HEX triplet: E9, 90 and CC. RGB value is (233,144,204). Sum of RGB (Red+Green+Blue) = 233+144+204=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E990CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990CC is #166F33. Grayscale: #B1B1B1. Windows color (decimal): -1470260 or 13406441. OLE color: 13406441.

HSL color Cylindrical-coordinate representation of color #E990CC: hue angle of 319.55º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990CC is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233144204-
CMYK00.380.120.09
HSL319.55º66.92%73.92%-
HSV(B)319.55º38.2%91.37%-
XYZ54.4841.6362.29-
YUV177.45142.99167.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.10%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=40.10%
G=24.78%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314420400.380.120.09319.5566.9273.92
HexE990CC026C9140434a
Octal3512203140461411500103112
Binary11101001100100001100110001001101100100110100000010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E990CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E990CC; }

 p { color: rgb(233,144,204); }

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

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

 a { background-color: rgb(233,144,204); }

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

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

 span { border-color: rgb(233,144,204); }

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