#E90FC0

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

Shades of Shocking Pink #E90FC0

Tints of Shocking Pink #E90FC0

Color information

#E90FC0 (or 0xE90FC0) is unknown color: approx Shocking Pink. HEX triplet: E9, 0F and C0. RGB value is (233,15,192). Sum of RGB (Red+Green+Blue) = 233+15+192=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FC0 is #16F03F. Grayscale: #636363. Windows color (decimal): -1503296 or 12586985. OLE color: 12586985.

HSL color Cylindrical-coordinate representation of color #E90FC0: hue angle of 311.28º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FC0 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23315192-
CMYK00.940.180.09
HSL311.28º87.9%48.63%-
HSV(B)311.28º93.56%91.37%-
XYZ43.2921.4751.73-
YUV100.36179.72222.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.95%
GREEN value IS 15 (6.25% from 255) = 3.41%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=52.95%
G=3.41%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331519200.940.180.09311.2887.948.63
HexE9FC005E1291375831
Octal351173000136221146713061
Binary11101001111111000000010111101001010011001101111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90FC0; }

 p { color: rgb(233,15,192); }

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

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

 a { background-color: rgb(233,15,192); }

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

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

 span { border-color: rgb(233,15,192); }

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