#E40CCA

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

Shades of Shocking Pink #E40CCA

Tints of Shocking Pink #E40CCA

Color information

#E40CCA (or 0xE40CCA) is unknown color: approx Shocking Pink. HEX triplet: E4, 0C and CA. RGB value is (228,12,202). Sum of RGB (Red+Green+Blue) = 228+12+202=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CCA is #1BF335. Grayscale: #616161. Windows color (decimal): -1831734 or 13241572. OLE color: 13241572.

HSL color Cylindrical-coordinate representation of color #E40CCA: hue angle of 307.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40CCA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB22812202-
CMYK00.950.110.11
HSL307.22º90%47.06%-
HSV(B)307.22º94.74%89.41%-
XYZ42.7921.0257.68-
YUV98.24186.56220.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.58%
GREEN value IS 12 (5.08% from 255) = 2.71%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=51.58%
G=2.71%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281220200.950.110.11307.229047.06
HexE4CCA05FBB1335a2f
Octal344143120137131346313257
Binary1110010011001100101001011111101110111001100111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40CCA; }

 p { color: rgb(228,12,202); }

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

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

 a { background-color: rgb(228,12,202); }

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

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

 span { border-color: rgb(228,12,202); }

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