#E70EC9

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

Shades of Shocking Pink #E70EC9

Tints of Shocking Pink #E70EC9

Color information

#E70EC9 (or 0xE70EC9) is unknown color: approx Shocking Pink. HEX triplet: E7, 0E and C9. RGB value is (231,14,201). Sum of RGB (Red+Green+Blue) = 231+14+201=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70EC9 is #18F136. Grayscale: #636363. Windows color (decimal): -1634615 or 13176551. OLE color: 13176551.

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

Color convert

RGB23114201-
CMYK00.940.130.09
HSL308.29º88.57%48.04%-
HSV(B)308.29º93.94%90.59%-
XYZ43.6521.5257.11-
YUV100.2184.89221.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.79%
GREEN value IS 14 (5.86% from 255) = 3.14%
BLUE value IS 201 (78.91% from 255) = 45.07%
R=51.79%
G=3.14%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311420100.940.130.09308.2988.5748.04
HexE7EC905ED91345930
Octal347163110136151146413160
Binary1110011111101100100101011110110110011001101001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70EC9; }

 p { color: rgb(231,14,201); }

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

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

 a { background-color: rgb(231,14,201); }

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

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

 span { border-color: rgb(231,14,201); }

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