#E510C9

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

Shades of Shocking Pink #E510C9

Tints of Shocking Pink #E510C9

Color information

#E510C9 (or 0xE510C9) is unknown color: approx Shocking Pink. HEX triplet: E5, 10 and C9. RGB value is (229,16,201). Sum of RGB (Red+Green+Blue) = 229+16+201=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E510C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E510C9 is #1AEF36. Grayscale: #646464. Windows color (decimal): -1765175 or 13177061. OLE color: 13177061.

HSL color Cylindrical-coordinate representation of color #E510C9: hue angle of 307.89º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510C9 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB22916201-
CMYK00.930.120.10
HSL307.89º86.94%48.04%-
HSV(B)307.89º93.01%89.8%-
XYZ43.0421.2557.09-
YUV100.78184.57219.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.35%
GREEN value IS 16 (6.64% from 255) = 3.59%
BLUE value IS 201 (78.91% from 255) = 45.07%
R=51.35%
G=3.59%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291620100.930.120.10307.8986.9448.04
HexE510C905DCA1345730
Octal345203110135141246412760
Binary11100101100001100100101011101110010101001101001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E510C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E510C9; }

 p { color: rgb(229,16,201); }

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

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

 a { background-color: rgb(229,16,201); }

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

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

 span { border-color: rgb(229,16,201); }

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