Html Css Color HEX #E522C7 Shocking Pink

📋 copy color: '#E522C7'

red 229 ◦ green 34 ◦ blue 199

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

Shades of Shocking Pink #E522C7

Tints of Shocking Pink #E522C7

RGB

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

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

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

R = 49.57%
G = 7.36%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E522C7 (or 0xE522C7) is known color: Shocking Pink. HEX triplet: E5, 22 and C7. RGB value is (229,34,199). Sum of RGB (Red+Green+Blue) = 229+34+199=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E522C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522C7 is #1ADD38. Grayscale: #6E6E6E. Windows color (decimal): -1760569 or 13050597. OLE color: 13050597.

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

Color convert

RGB 229 34 199 -
CMYK 0 0.85 0.13 0.10
HSL 309.23º 0.79% 0.52% -
HSV(B) 309.23º 0.85% 0.9% -
XYZ 43.19 21.93 55.99 -
YUV 111.12 177.6 212.08 -
System Red Green Blue C M Y K H S L
Decimal 229 34 199 0 0.85 0.13 0.10 309.23 0.79 0.52
Hex E5 22 C7 0 55 D A 135 4F 34
Octal 345 42 307 0 125 15 12 465 117 64
Binary 11100101 100010 11000111 0 1010101 1101 1010 100110101 1001111 110100

Color Harmonies of #E522C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E522C7

Black with #E522C7

Text Example


Text Example

White with #E522C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E522C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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