Html Css Color HEX #E21BA8 Spicy Pink

📋 copy color: '#E21BA8'

red 226 ◦ green 27 ◦ blue 168

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

Shades of Spicy Pink #E21BA8

Tints of Spicy Pink #E21BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 53.68%
G = 6.41%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E21BA8 (or 0xE21BA8) is known color: Spicy Pink. HEX triplet: E2, 1B and A8. RGB value is (226,27,168). Sum of RGB (Red+Green+Blue) = 226+27+168=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21BA8 is #1DE457. Grayscale: #666666. Windows color (decimal): -1959000 or 11017186. OLE color: 11017186.

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

Color convert

RGB 226 27 168 -
CMYK 0 0.88 0.26 0.11
HSL 317.49º 0.79% 0.5% -
HSV(B) 317.49º 0.88% 0.89% -
XYZ 38.82 19.78 38.82 -
YUV 102.58 164.93 216.04 -
System Red Green Blue C M Y K H S L
Decimal 226 27 168 0 0.88 0.26 0.11 317.49 0.79 0.5
Hex E2 1B A8 0 58 1A B 13D 4F 32
Octal 342 33 250 0 130 32 13 475 117 62
Binary 11100010 11011 10101000 0 1011000 11010 1011 100111101 1001111 110010

Color Harmonies of #E21BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21BA8

Black with #E21BA8

Text Example


Text Example

White with #E21BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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