Html Css Color HEX #E512D1 Shocking Pink

📋 copy color: '#E512D1'

red 229 ◦ green 18 ◦ blue 209

#E512D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #E512D1

Tints of Shocking Pink #E512D1

RGB

 RED value IS 229 (89.84% from 255) = 50.22%

 GREEN value IS 18 (7.42% from 255) = 3.95%

 BLUE value IS 209 (82.03% from 255) = 45.83%

R = 50.22%
G = 3.95%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E512D1 (or 0xE512D1) is known color: Shocking Pink. HEX triplet: E5, 12 and D1. RGB value is (229,18,209). Sum of RGB (Red+Green+Blue) = 229+18+209=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E512D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512D1 is #1AED2E. Grayscale: #666666. Windows color (decimal): -1764655 or 13701861. OLE color: 13701861.

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

Color convert

RGB 229 18 209 -
CMYK 0 0.92 0.09 0.10
HSL 305.69º 0.85% 0.48% -
HSV(B) 305.69º 0.92% 0.9% -
XYZ 44.04 21.69 62.19 -
YUV 102.86 187.9 217.97 -
System Red Green Blue C M Y K H S L
Decimal 229 18 209 0 0.92 0.09 0.10 305.69 0.85 0.48
Hex E5 12 D1 0 5C 9 A 132 55 30
Octal 345 22 321 0 134 11 12 462 125 60
Binary 11100101 10010 11010001 0 1011100 1001 1010 100110010 1010101 110000

Color Harmonies of #E512D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512D1

Black with #E512D1

Text Example


Text Example

White with #E512D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512D1; }

 p { color: rgb(229,18,209); }

 H1.HeaderClassName
 {
   color: #E512D1;
 }
 .AnyTagClassName
 {
   color: #E512D1;
 }
</style>

background-color css

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

 a { background-color: rgb(229,18,209); }

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

border-color css

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

 span { border-color: rgb(229,18,209); }

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