#E90ABE

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

Shades of Shocking Pink #E90ABE

Tints of Shocking Pink #E90ABE

Color information

#E90ABE (or 0xE90ABE) is unknown color: approx Shocking Pink. HEX triplet: E9, 0A and BE. RGB value is (233,10,190). Sum of RGB (Red+Green+Blue) = 233+10+190=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ABE is #16F541. Grayscale: #606060. Windows color (decimal): -1504578 or 12454633. OLE color: 12454633.

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

Color convert

RGB23310190-
CMYK00.960.180.09
HSL311.57º91.77%47.65%-
HSV(B)311.57º95.71%91.37%-
XYZ43.0121.2650.55-
YUV97.2180.38224.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.81%
GREEN value IS 10 (4.30% from 255) = 2.31%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=53.81%
G=2.31%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331019000.960.180.09311.5791.7747.65
HexE9ABE0601291385c30
Octal351122760140221147013460
Binary11101001101010111110011000001001010011001110001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90ABE; }

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

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

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

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

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

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

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

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