Html Css Color HEX #E522AB Spicy Pink

📋 copy color: '#E522AB'

red 229 ◦ green 34 ◦ blue 171

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

Shades of Spicy Pink #E522AB

Tints of Spicy Pink #E522AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 52.76%
G = 7.83%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E522AB (or 0xE522AB) is known color: Spicy Pink. HEX triplet: E5, 22 and AB. RGB value is (229,34,171). Sum of RGB (Red+Green+Blue) = 229+34+171=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E522AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E522AB is #1ADD54. Grayscale: #6B6B6B. Windows color (decimal): -1760597 or 11215589. OLE color: 11215589.

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

Color convert

RGB 229 34 171 -
CMYK 0 0.85 0.25 0.10
HSL 317.85º 0.79% 0.52% -
HSV(B) 317.85º 0.85% 0.9% -
XYZ 40.24 20.74 40.41 -
YUV 107.92 163.6 214.36 -
System Red Green Blue C M Y K H S L
Decimal 229 34 171 0 0.85 0.25 0.10 317.85 0.79 0.52
Hex E5 22 AB 0 55 19 A 13E 4F 34
Octal 345 42 253 0 125 31 12 476 117 64
Binary 11100101 100010 10101011 0 1010101 11001 1010 100111110 1001111 110100

Color Harmonies of #E522AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E522AB

Black with #E522AB

Text Example


Text Example

White with #E522AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E522AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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