Html Css Color HEX #E422AA Spicy Pink

📋 copy color: '#E422AA'

red 228 ◦ green 34 ◦ blue 170

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

Shades of Spicy Pink #E422AA

Tints of Spicy Pink #E422AA

RGB

 RED value IS 228 (89.45% from 255) = 52.78%

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

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 52.78%
G = 7.87%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E422AA (or 0xE422AA) is known color: Spicy Pink. HEX triplet: E4, 22 and AA. RGB value is (228,34,170). Sum of RGB (Red+Green+Blue) = 228+34+170=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E422AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E422AA is #1BDD55. Grayscale: #6B6B6B. Windows color (decimal): -1826134 or 11150052. OLE color: 11150052.

HSL color Cylindrical-coordinate representation of color #E422AA: hue angle of 317.94º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E422AA is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 34 170 -
CMYK 0 0.85 0.25 0.11
HSL 317.94º 0.78% 0.51% -
HSV(B) 317.94º 0.85% 0.89% -
XYZ 39.82 20.54 39.9 -
YUV 107.51 163.27 213.94 -
System Red Green Blue C M Y K H S L
Decimal 228 34 170 0 0.85 0.25 0.11 317.94 0.78 0.51
Hex E4 22 AA 0 55 19 B 13E 4E 33
Octal 344 42 252 0 125 31 13 476 116 63
Binary 11100100 100010 10101010 0 1010101 11001 1011 100111110 1001110 110011

Color Harmonies of #E422AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E422AA

Black with #E422AA

Text Example


Text Example

White with #E422AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E422AA; }

 p { color: rgb(228,34,170); }

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

background-color css

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

 a { background-color: rgb(228,34,170); }

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

border-color css

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

 span { border-color: rgb(228,34,170); }

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