Html Css Color HEX #E522BD Shocking Pink

📋 copy color: '#E522BD'

red 229 ◦ green 34 ◦ blue 189

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

Shades of Shocking Pink #E522BD

Tints of Shocking Pink #E522BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 50.66%
G = 7.52%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E522BD (or 0xE522BD) is known color: Shocking Pink. HEX triplet: E5, 22 and BD. RGB value is (229,34,189). Sum of RGB (Red+Green+Blue) = 229+34+189=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E522BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522BD is #1ADD42. Grayscale: #6D6D6D. Windows color (decimal): -1760579 or 12395237. OLE color: 12395237.

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

Color convert

RGB 229 34 189 -
CMYK 0 0.85 0.17 0.10
HSL 312.31º 0.79% 0.52% -
HSV(B) 312.31º 0.85% 0.9% -
XYZ 42.07 21.48 50.07 -
YUV 109.98 172.6 212.9 -
System Red Green Blue C M Y K H S L
Decimal 229 34 189 0 0.85 0.17 0.10 312.31 0.79 0.52
Hex E5 22 BD 0 55 11 A 138 4F 34
Octal 345 42 275 0 125 21 12 470 117 64
Binary 11100101 100010 10111101 0 1010101 10001 1010 100111000 1001111 110100

Color Harmonies of #E522BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E522BD

Black with #E522BD

Text Example


Text Example

White with #E522BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E522BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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