Html Css Color HEX #E520C8 Shocking Pink

📋 copy color: '#E520C8'

red 229 ◦ green 32 ◦ blue 200

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

Shades of Shocking Pink #E520C8

Tints of Shocking Pink #E520C8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.94%

 BLUE value IS 200 (78.52% from 255) = 43.38%

R = 49.67%
G = 6.94%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E520C8 (or 0xE520C8) is known color: Shocking Pink. HEX triplet: E5, 20 and C8. RGB value is (229,32,200). Sum of RGB (Red+Green+Blue) = 229+32+200=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E520C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520C8 is #1ADF37. Grayscale: #6D6D6D. Windows color (decimal): -1761080 or 13115621. OLE color: 13115621.

HSL color Cylindrical-coordinate representation of color #E520C8: hue angle of 308.83º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E520C8 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 200 -
CMYK 0 0.86 0.13 0.10
HSL 308.83º 0.79% 0.51% -
HSV(B) 308.83º 0.86% 0.9% -
XYZ 43.25 21.86 56.58 -
YUV 110.06 178.77 212.84 -
System Red Green Blue C M Y K H S L
Decimal 229 32 200 0 0.86 0.13 0.10 308.83 0.79 0.51
Hex E5 20 C8 0 56 D A 135 4F 33
Octal 345 40 310 0 126 15 12 465 117 63
Binary 11100101 100000 11001000 0 1010110 1101 1010 100110101 1001111 110011

Color Harmonies of #E520C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520C8

Black with #E520C8

Text Example


Text Example

White with #E520C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520C8; }

 p { color: rgb(229,32,200); }

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

background-color css

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

 a { background-color: rgb(229,32,200); }

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

border-color css

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

 span { border-color: rgb(229,32,200); }

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