Html Css Color HEX #E21FB2 Spicy Pink

📋 copy color: '#E21FB2'

red 226 ◦ green 31 ◦ blue 178

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

Shades of Spicy Pink #E21FB2

Tints of Spicy Pink #E21FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 51.95%
G = 7.13%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E21FB2 (or 0xE21FB2) is known color: Spicy Pink. HEX triplet: E2, 1F and B2. RGB value is (226,31,178). Sum of RGB (Red+Green+Blue) = 226+31+178=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21FB2 is #1DE04D. Grayscale: #696969. Windows color (decimal): -1957966 or 11673570. OLE color: 11673570.

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

Color convert

RGB 226 31 178 -
CMYK 0 0.86 0.21 0.11
HSL 314.77º 0.77% 0.5% -
HSV(B) 314.77º 0.86% 0.89% -
XYZ 39.89 20.36 43.95 -
YUV 106.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 226 31 178 0 0.86 0.21 0.11 314.77 0.77 0.5
Hex E2 1F B2 0 56 15 B 13B 4D 32
Octal 342 37 262 0 126 25 13 473 115 62
Binary 11100010 11111 10110010 0 1010110 10101 1011 100111011 1001101 110010

Color Harmonies of #E21FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FB2

Black with #E21FB2

Text Example


Text Example

White with #E21FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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