Html Css Color HEX #E512CC Shocking Pink

📋 copy color: '#E512CC'

red 229 ◦ green 18 ◦ blue 204

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

Shades of Shocking Pink #E512CC

Tints of Shocking Pink #E512CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 50.78%
G = 3.99%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E512CC (or 0xE512CC) is known color: Shocking Pink. HEX triplet: E5, 12 and CC. RGB value is (229,18,204). Sum of RGB (Red+Green+Blue) = 229+18+204=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E512CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512CC is #1AED33. Grayscale: #656565. Windows color (decimal): -1764660 or 13374181. OLE color: 13374181.

HSL color Cylindrical-coordinate representation of color #E512CC: hue angle of 307.11º 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 #E512CC is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 18 204 -
CMYK 0 0.92 0.11 0.10
HSL 307.11º 0.85% 0.48% -
HSV(B) 307.11º 0.92% 0.9% -
XYZ 43.43 21.45 58.98 -
YUV 102.29 185.4 218.38 -
System Red Green Blue C M Y K H S L
Decimal 229 18 204 0 0.92 0.11 0.10 307.11 0.85 0.48
Hex E5 12 CC 0 5C B A 133 55 30
Octal 345 22 314 0 134 13 12 463 125 60
Binary 11100101 10010 11001100 0 1011100 1011 1010 100110011 1010101 110000

Color Harmonies of #E512CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512CC

Black with #E512CC

Text Example


Text Example

White with #E512CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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