Html Css Color HEX #E21BAE Spicy Pink

📋 copy color: '#E21BAE'

red 226 ◦ green 27 ◦ blue 174

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

Shades of Spicy Pink #E21BAE

Tints of Spicy Pink #E21BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 52.93%
G = 6.32%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E21BAE (or 0xE21BAE) is known color: Spicy Pink. HEX triplet: E2, 1B and AE. RGB value is (226,27,174). Sum of RGB (Red+Green+Blue) = 226+27+174=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21BAE is #1DE451. Grayscale: #666666. Windows color (decimal): -1958994 or 11410402. OLE color: 11410402.

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

Color convert

RGB 226 27 174 -
CMYK 0 0.88 0.23 0.11
HSL 315.68º 0.79% 0.5% -
HSV(B) 315.68º 0.88% 0.89% -
XYZ 39.4 20.01 41.83 -
YUV 103.26 167.93 215.55 -
System Red Green Blue C M Y K H S L
Decimal 226 27 174 0 0.88 0.23 0.11 315.68 0.79 0.5
Hex E2 1B AE 0 58 17 B 13C 4F 32
Octal 342 33 256 0 130 27 13 474 117 62
Binary 11100010 11011 10101110 0 1011000 10111 1011 100111100 1001111 110010

Color Harmonies of #E21BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21BAE

Black with #E21BAE

Text Example


Text Example

White with #E21BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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