#E991CA

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

Shades of Shocking #E991CA

Tints of Shocking #E991CA

Color information

#E991CA (or 0xE991CA) is unknown color: approx Shocking. HEX triplet: E9, 91 and CA. RGB value is (233,145,202). Sum of RGB (Red+Green+Blue) = 233+145+202=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E991CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991CA is #166E35. Grayscale: #B1B1B1. Windows color (decimal): -1470006 or 13275625. OLE color: 13275625.

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

Color convert

RGB233145202-
CMYK00.380.130.09
HSL321.14º66.67%74.12%-
HSV(B)321.14º37.77%91.37%-
XYZ54.3941.8461.09-
YUV177.81141.65167.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.17%
GREEN value IS 145 (57.03% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=40.17%
G=25%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314520200.380.130.09321.1466.6774.12
HexE991CA026D9141434a
Octal3512213120461511501103112
Binary11101001100100011100101001001101101100110100000110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E991CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E991CA; }

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

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

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

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

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

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

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

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