#E10CB7

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

Shades of Shocking Pink #E10CB7

Tints of Shocking Pink #E10CB7

Color information

#E10CB7 (or 0xE10CB7) is unknown color: approx Shocking Pink. HEX triplet: E1, 0C and B7. RGB value is (225,12,183). Sum of RGB (Red+Green+Blue) = 225+12+183=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CB7 is #1EF348. Grayscale: #5E5E5E. Windows color (decimal): -2028361 or 11996385. OLE color: 11996385.

HSL color Cylindrical-coordinate representation of color #E10CB7: hue angle of 311.83º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CB7 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB22512183-
CMYK00.950.190.12
HSL311.83º89.87%46.47%-
HSV(B)311.83º94.67%88.24%-
XYZ39.7319.6946.51-
YUV95.18177.57220.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.57%
GREEN value IS 12 (5.08% from 255) = 2.86%
BLUE value IS 183 (71.88% from 255) = 43.57%
R=53.57%
G=2.86%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251218300.950.190.12311.8389.8746.47
HexE1CB705F13C1385a2e
Octal341142670137231447013256
Binary11100001110010110111010111111001111001001110001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10CB7; }

 p { color: rgb(225,12,183); }

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

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

 a { background-color: rgb(225,12,183); }

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

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

 span { border-color: rgb(225,12,183); }

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