Html Css Color HEX #E521C2 Shocking Pink

📋 copy color: '#E521C2'

red 229 ◦ green 33 ◦ blue 194

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

Shades of Shocking Pink #E521C2

Tints of Shocking Pink #E521C2

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.24%

 BLUE value IS 194 (76.17% from 255) = 42.54%

R = 50.22%
G = 7.24%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E521C2 (or 0xE521C2) is known color: Shocking Pink. HEX triplet: E5, 21 and C2. RGB value is (229,33,194). Sum of RGB (Red+Green+Blue) = 229+33+194=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E521C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E521C2 is #1ADE3D. Grayscale: #6D6D6D. Windows color (decimal): -1760830 or 12722661. OLE color: 12722661.

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

Color convert

RGB 229 33 194 -
CMYK 0 0.86 0.15 0.10
HSL 310.71º 0.79% 0.51% -
HSV(B) 310.71º 0.86% 0.9% -
XYZ 42.59 21.64 52.97 -
YUV 109.96 175.43 212.91 -
System Red Green Blue C M Y K H S L
Decimal 229 33 194 0 0.86 0.15 0.10 310.71 0.79 0.51
Hex E5 21 C2 0 56 F A 137 4F 33
Octal 345 41 302 0 126 17 12 467 117 63
Binary 11100101 100001 11000010 0 1010110 1111 1010 100110111 1001111 110011

Color Harmonies of #E521C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521C2

Black with #E521C2

Text Example


Text Example

White with #E521C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521C2; }

 p { color: rgb(229,33,194); }

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

background-color css

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

 a { background-color: rgb(229,33,194); }

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

border-color css

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

 span { border-color: rgb(229,33,194); }

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