#E991CD

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

Shades of Shocking #E991CD

Tints of Shocking #E991CD

Color information

#E991CD (or 0xE991CD) is unknown color: approx Shocking. HEX triplet: E9, 91 and CD. RGB value is (233,145,205). Sum of RGB (Red+Green+Blue) = 233+145+205=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E991CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991CD is #166E32. Grayscale: #B2B2B2. Windows color (decimal): -1470003 or 13472233. OLE color: 13472233.

HSL color Cylindrical-coordinate representation of color #E991CD: hue angle of 319.09º 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 #E991CD is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233145205-
CMYK00.380.120.09
HSL319.09º66.67%74.12%-
HSV(B)319.09º37.77%91.37%-
XYZ54.7541.9862.98-
YUV178.15143.15167.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=39.97%
G=24.87%
B=35.16%

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
Decimal23314520500.380.120.09319.0966.6774.12
HexE991CD026C913f434a
Octal3512213150461411477103112
Binary11101001100100011100110101001101100100110011111110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E991CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E991CD; }

 p { color: rgb(233,145,205); }

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

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

 a { background-color: rgb(233,145,205); }

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

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

 span { border-color: rgb(233,145,205); }

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