Html Css Color HEX #E520C7 Shocking Pink

📋 copy color: '#E520C7'

red 229 ◦ green 32 ◦ blue 199

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

Shades of Shocking Pink #E520C7

Tints of Shocking Pink #E520C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.26%

R = 49.78%
G = 6.96%
B = 43.26%

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

#E520C7 (or 0xE520C7) is known color: Shocking Pink. HEX triplet: E5, 20 and C7. RGB value is (229,32,199). Sum of RGB (Red+Green+Blue) = 229+32+199=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E520C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520C7 is #1ADF38. Grayscale: #6D6D6D. Windows color (decimal): -1761081 or 13050085. OLE color: 13050085.

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

Color convert

RGB 229 32 199 -
CMYK 0 0.86 0.13 0.10
HSL 309.14º 0.79% 0.51% -
HSV(B) 309.14º 0.86% 0.9% -
XYZ 43.14 21.81 55.97 -
YUV 109.94 178.27 212.92 -
System Red Green Blue C M Y K H S L
Decimal 229 32 199 0 0.86 0.13 0.10 309.14 0.79 0.51
Hex E5 20 C7 0 56 D A 135 4F 33
Octal 345 40 307 0 126 15 12 465 117 63
Binary 11100101 100000 11000111 0 1010110 1101 1010 100110101 1001111 110011

Color Harmonies of #E520C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520C7

Black with #E520C7

Text Example


Text Example

White with #E520C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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