Html Css Color HEX #E21BAB Spicy Pink

📋 copy color: '#E21BAB'

red 226 ◦ green 27 ◦ blue 171

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

Shades of Spicy Pink #E21BAB

Tints of Spicy Pink #E21BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.37%

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

R = 53.3%
G = 6.37%
B = 40.33%

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

#E21BAB (or 0xE21BAB) is known color: Spicy Pink. HEX triplet: E2, 1B and AB. RGB value is (226,27,171). Sum of RGB (Red+Green+Blue) = 226+27+171=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21BAB is #1DE454. Grayscale: #666666. Windows color (decimal): -1958997 or 11213794. OLE color: 11213794.

HSL color Cylindrical-coordinate representation of color #E21BAB: hue angle of 316.58º degrees, saturation: 0.79, 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 #E21BAB is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 27 171 -
CMYK 0 0.88 0.24 0.11
HSL 316.58º 0.79% 0.5% -
HSV(B) 316.58º 0.88% 0.89% -
XYZ 39.11 19.89 40.31 -
YUV 102.92 166.43 215.79 -
System Red Green Blue C M Y K H S L
Decimal 226 27 171 0 0.88 0.24 0.11 316.58 0.79 0.5
Hex E2 1B AB 0 58 18 B 13D 4F 32
Octal 342 33 253 0 130 30 13 475 117 62
Binary 11100010 11011 10101011 0 1011000 11000 1011 100111101 1001111 110010

Color Harmonies of #E21BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21BAB

Black with #E21BAB

Text Example


Text Example

White with #E21BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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