Html Css Color HEX #E520CA Shocking Pink

📋 copy color: '#E520CA'

red 229 ◦ green 32 ◦ blue 202

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

Shades of Shocking Pink #E520CA

Tints of Shocking Pink #E520CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 49.46%
G = 6.91%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E520CA (or 0xE520CA) is known color: Shocking Pink. HEX triplet: E5, 20 and CA. RGB value is (229,32,202). Sum of RGB (Red+Green+Blue) = 229+32+202=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E520CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520CA is #1ADF35. Grayscale: #6D6D6D. Windows color (decimal): -1761078 or 13246693. OLE color: 13246693.

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

Color convert

RGB 229 32 202 -
CMYK 0 0.86 0.12 0.10
HSL 308.22º 0.79% 0.51% -
HSV(B) 308.22º 0.86% 0.9% -
XYZ 43.49 21.96 57.82 -
YUV 110.28 179.77 212.68 -
System Red Green Blue C M Y K H S L
Decimal 229 32 202 0 0.86 0.12 0.10 308.22 0.79 0.51
Hex E5 20 CA 0 56 C A 134 4F 33
Octal 345 40 312 0 126 14 12 464 117 63
Binary 11100101 100000 11001010 0 1010110 1100 1010 100110100 1001111 110011

Color Harmonies of #E520CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520CA

Black with #E520CA

Text Example


Text Example

White with #E520CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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