Html Css Color HEX #E21FB1 Spicy Pink

📋 copy color: '#E21FB1'

red 226 ◦ green 31 ◦ blue 177

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

Shades of Spicy Pink #E21FB1

Tints of Spicy Pink #E21FB1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.14%

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

R = 52.07%
G = 7.14%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E21FB1 (or 0xE21FB1) is known color: Spicy Pink. HEX triplet: E2, 1F and B1. RGB value is (226,31,177). Sum of RGB (Red+Green+Blue) = 226+31+177=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21FB1 is #1DE04E. Grayscale: #696969. Windows color (decimal): -1957967 or 11608034. OLE color: 11608034.

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

Color convert

RGB 226 31 177 -
CMYK 0 0.86 0.22 0.11
HSL 315.08º 0.77% 0.5% -
HSV(B) 315.08º 0.86% 0.89% -
XYZ 39.79 20.32 43.42 -
YUV 105.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 226 31 177 0 0.86 0.22 0.11 315.08 0.77 0.5
Hex E2 1F B1 0 56 16 B 13B 4D 32
Octal 342 37 261 0 126 26 13 473 115 62
Binary 11100010 11111 10110001 0 1010110 10110 1011 100111011 1001101 110010

Color Harmonies of #E21FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FB1

Black with #E21FB1

Text Example


Text Example

White with #E21FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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