#E90AC9

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

Shades of Shocking Pink #E90AC9

Tints of Shocking Pink #E90AC9

Color information

#E90AC9 (or 0xE90AC9) is unknown color: approx Shocking Pink. HEX triplet: E9, 0A and C9. RGB value is (233,10,201). Sum of RGB (Red+Green+Blue) = 233+10+201=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90AC9 is #16F536. Grayscale: #616161. Windows color (decimal): -1504567 or 13175529. OLE color: 13175529.

HSL color Cylindrical-coordinate representation of color #E90AC9: hue angle of 308.61º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90AC9 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB23310201-
CMYK00.960.140.09
HSL308.61º91.77%47.65%-
HSV(B)308.61º95.71%91.37%-
XYZ44.2621.7657.13-
YUV98.45185.88223.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.48%
GREEN value IS 10 (4.30% from 255) = 2.25%
BLUE value IS 201 (78.91% from 255) = 45.27%
R=52.48%
G=2.25%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331020100.960.140.09308.6191.7747.65
HexE9AC9060E91355c30
Octal351123110140161146513460
Binary1110100110101100100101100000111010011001101011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90AC9; }

 p { color: rgb(233,10,201); }

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

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

 a { background-color: rgb(233,10,201); }

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

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

 span { border-color: rgb(233,10,201); }

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