Html Css Color HEX #E422A8 Spicy Pink

📋 copy color: '#E422A8'

red 228 ◦ green 34 ◦ blue 168

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

Shades of Spicy Pink #E422A8

Tints of Spicy Pink #E422A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 53.02%
G = 7.91%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E422A8 (or 0xE422A8) is known color: Spicy Pink. HEX triplet: E4, 22 and A8. RGB value is (228,34,168). Sum of RGB (Red+Green+Blue) = 228+34+168=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E422A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E422A8 is #1BDD57. Grayscale: #6A6A6A. Windows color (decimal): -1826136 or 11018980. OLE color: 11018980.

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

Color convert

RGB 228 34 168 -
CMYK 0 0.85 0.26 0.11
HSL 318.56º 0.78% 0.51% -
HSV(B) 318.56º 0.85% 0.89% -
XYZ 39.63 20.47 38.91 -
YUV 107.28 162.27 214.1 -
System Red Green Blue C M Y K H S L
Decimal 228 34 168 0 0.85 0.26 0.11 318.56 0.78 0.51
Hex E4 22 A8 0 55 1A B 13F 4E 33
Octal 344 42 250 0 125 32 13 477 116 63
Binary 11100100 100010 10101000 0 1010101 11010 1011 100111111 1001110 110011

Color Harmonies of #E422A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E422A8

Black with #E422A8

Text Example


Text Example

White with #E422A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E422A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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