Html Css Color HEX #E522C6 Shocking Pink

📋 copy color: '#E522C6'

red 229 ◦ green 34 ◦ blue 198

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

Shades of Shocking Pink #E522C6

Tints of Shocking Pink #E522C6

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.38%

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

R = 49.67%
G = 7.38%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E522C6 (or 0xE522C6) is known color: Shocking Pink. HEX triplet: E5, 22 and C6. RGB value is (229,34,198). Sum of RGB (Red+Green+Blue) = 229+34+198=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E522C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522C6 is #1ADD39. Grayscale: #6E6E6E. Windows color (decimal): -1760570 or 12985061. OLE color: 12985061.

HSL color Cylindrical-coordinate representation of color #E522C6: hue angle of 309.54º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E522C6 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 34 198 -
CMYK 0 0.85 0.14 0.10
HSL 309.54º 0.79% 0.52% -
HSV(B) 309.54º 0.85% 0.9% -
XYZ 43.08 21.88 55.38 -
YUV 111 177.1 212.16 -
System Red Green Blue C M Y K H S L
Decimal 229 34 198 0 0.85 0.14 0.10 309.54 0.79 0.52
Hex E5 22 C6 0 55 E A 136 4F 34
Octal 345 42 306 0 125 16 12 466 117 64
Binary 11100101 100010 11000110 0 1010101 1110 1010 100110110 1001111 110100

Color Harmonies of #E522C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E522C6

Black with #E522C6

Text Example


Text Example

White with #E522C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E522C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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