Html Css Color HEX #E520C6 Shocking Pink

📋 copy color: '#E520C6'

red 229 ◦ green 32 ◦ blue 198

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

Shades of Shocking Pink #E520C6

Tints of Shocking Pink #E520C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 49.89%
G = 6.97%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E520C6 (or 0xE520C6) is known color: Shocking Pink. HEX triplet: E5, 20 and C6. RGB value is (229,32,198). Sum of RGB (Red+Green+Blue) = 229+32+198=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E520C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520C6 is #1ADF39. Grayscale: #6D6D6D. Windows color (decimal): -1761082 or 12984549. OLE color: 12984549.

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

Color convert

RGB 229 32 198 -
CMYK 0 0.86 0.14 0.10
HSL 309.44º 0.79% 0.51% -
HSV(B) 309.44º 0.86% 0.9% -
XYZ 43.02 21.77 55.36 -
YUV 109.83 177.77 213 -
System Red Green Blue C M Y K H S L
Decimal 229 32 198 0 0.86 0.14 0.10 309.44 0.79 0.51
Hex E5 20 C6 0 56 E A 135 4F 33
Octal 345 40 306 0 126 16 12 465 117 63
Binary 11100101 100000 11000110 0 1010110 1110 1010 100110101 1001111 110011

Color Harmonies of #E520C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520C6

Black with #E520C6

Text Example


Text Example

White with #E520C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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