Html Css Color HEX #E520CD Shocking Pink

📋 copy color: '#E520CD'

red 229 ◦ green 32 ◦ blue 205

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

Shades of Shocking Pink #E520CD

Tints of Shocking Pink #E520CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 49.14%
G = 6.87%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E520CD (or 0xE520CD) is known color: Shocking Pink. HEX triplet: E5, 20 and CD. RGB value is (229,32,205). Sum of RGB (Red+Green+Blue) = 229+32+205=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E520CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520CD is #1ADF32. Grayscale: #6E6E6E. Windows color (decimal): -1761075 or 13443301. OLE color: 13443301.

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

Color convert

RGB 229 32 205 -
CMYK 0 0.86 0.10 0.10
HSL 307.31º 0.79% 0.51% -
HSV(B) 307.31º 0.86% 0.9% -
XYZ 43.85 22.1 59.71 -
YUV 110.63 181.27 212.43 -
System Red Green Blue C M Y K H S L
Decimal 229 32 205 0 0.86 0.10 0.10 307.31 0.79 0.51
Hex E5 20 CD 0 56 A A 133 4F 33
Octal 345 40 315 0 126 12 12 463 117 63
Binary 11100101 100000 11001101 0 1010110 1010 1010 100110011 1001111 110011

Color Harmonies of #E520CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520CD

Black with #E520CD

Text Example


Text Example

White with #E520CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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