Html Css Color HEX #E421AB Spicy Pink

📋 copy color: '#E421AB'

red 228 ◦ green 33 ◦ blue 171

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

Shades of Spicy Pink #E421AB

Tints of Spicy Pink #E421AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.64%

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

R = 52.78%
G = 7.64%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E421AB (or 0xE421AB) is known color: Spicy Pink. HEX triplet: E4, 21 and AB. RGB value is (228,33,171). Sum of RGB (Red+Green+Blue) = 228+33+171=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E421AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E421AB is #1BDE54. Grayscale: #6A6A6A. Windows color (decimal): -1826389 or 11215332. OLE color: 11215332.

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

Color convert

RGB 228 33 171 -
CMYK 0 0.86 0.25 0.11
HSL 317.54º 0.78% 0.51% -
HSV(B) 317.54º 0.86% 0.89% -
XYZ 39.89 20.52 40.39 -
YUV 107.04 164.1 214.28 -
System Red Green Blue C M Y K H S L
Decimal 228 33 171 0 0.86 0.25 0.11 317.54 0.78 0.51
Hex E4 21 AB 0 56 19 B 13E 4E 33
Octal 344 41 253 0 126 31 13 476 116 63
Binary 11100100 100001 10101011 0 1010110 11001 1011 100111110 1001110 110011

Color Harmonies of #E421AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E421AB

Black with #E421AB

Text Example


Text Example

White with #E421AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E421AB; }

 p { color: rgb(228,33,171); }

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

background-color css

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

 a { background-color: rgb(228,33,171); }

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

border-color css

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

 span { border-color: rgb(228,33,171); }

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