Html Css Color HEX #E21CAB Spicy Pink

📋 copy color: '#E21CAB'

red 226 ◦ green 28 ◦ blue 171

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

Shades of Spicy Pink #E21CAB

Tints of Spicy Pink #E21CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.59%

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

R = 53.18%
G = 6.59%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E21CAB (or 0xE21CAB) is known color: Spicy Pink. HEX triplet: E2, 1C and AB. RGB value is (226,28,171). Sum of RGB (Red+Green+Blue) = 226+28+171=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21CAB is #1DE354. Grayscale: #676767. Windows color (decimal): -1958741 or 11214050. OLE color: 11214050.

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

Color convert

RGB 226 28 171 -
CMYK 0 0.88 0.24 0.11
HSL 316.67º 0.78% 0.5% -
HSV(B) 316.67º 0.88% 0.89% -
XYZ 39.13 19.94 40.31 -
YUV 103.5 166.1 215.37 -
System Red Green Blue C M Y K H S L
Decimal 226 28 171 0 0.88 0.24 0.11 316.67 0.78 0.5
Hex E2 1C AB 0 58 18 B 13D 4E 32
Octal 342 34 253 0 130 30 13 475 116 62
Binary 11100010 11100 10101011 0 1011000 11000 1011 100111101 1001110 110010

Color Harmonies of #E21CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CAB

Black with #E21CAB

Text Example


Text Example

White with #E21CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CAB; }

 p { color: rgb(226,28,171); }

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

background-color css

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

 a { background-color: rgb(226,28,171); }

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

border-color css

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

 span { border-color: rgb(226,28,171); }

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