Html Css Color HEX #E21AB1 Spicy Pink

📋 copy color: '#E21AB1'

red 226 ◦ green 26 ◦ blue 177

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

Shades of Spicy Pink #E21AB1

Tints of Spicy Pink #E21AB1

RGB

 RED value IS 226 (88.67% from 255) = 52.68%

 GREEN value IS 26 (10.55% from 255) = 6.06%

 BLUE value IS 177 (69.53% from 255) = 41.26%

R = 52.68%
G = 6.06%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E21AB1 (or 0xE21AB1) is known color: Spicy Pink. HEX triplet: E2, 1A and B1. RGB value is (226,26,177). Sum of RGB (Red+Green+Blue) = 226+26+177=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E21AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21AB1 is #1DE54E. Grayscale: #666666. Windows color (decimal): -1959247 or 11606754. OLE color: 11606754.

HSL color Cylindrical-coordinate representation of color #E21AB1: hue angle of 314.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21AB1 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 26 177 -
CMYK 0 0.88 0.22 0.11
HSL 314.7º 0.79% 0.49% -
HSV(B) 314.7º 0.88% 0.89% -
XYZ 39.67 20.08 43.38 -
YUV 103.01 169.76 215.72 -
System Red Green Blue C M Y K H S L
Decimal 226 26 177 0 0.88 0.22 0.11 314.7 0.79 0.49
Hex E2 1A B1 0 58 16 B 13B 4F 31
Octal 342 32 261 0 130 26 13 473 117 61
Binary 11100010 11010 10110001 0 1011000 10110 1011 100111011 1001111 110001

Color Harmonies of #E21AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21AB1

Black with #E21AB1

Text Example


Text Example

White with #E21AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21AB1; }

 p { color: rgb(226,26,177); }

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

background-color css

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

 a { background-color: rgb(226,26,177); }

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

border-color css

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

 span { border-color: rgb(226,26,177); }

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