Html Css Color HEX #E21DB2 Spicy Pink

📋 copy color: '#E21DB2'

red 226 ◦ green 29 ◦ blue 178

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

Shades of Spicy Pink #E21DB2

Tints of Spicy Pink #E21DB2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.7%

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

R = 52.19%
G = 6.7%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E21DB2 (or 0xE21DB2) is known color: Spicy Pink. HEX triplet: E2, 1D and B2. RGB value is (226,29,178). Sum of RGB (Red+Green+Blue) = 226+29+178=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21DB2 is #1DE24D. Grayscale: #686868. Windows color (decimal): -1958478 or 11673058. OLE color: 11673058.

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

Color convert

RGB 226 29 178 -
CMYK 0 0.87 0.21 0.11
HSL 314.62º 0.77% 0.5% -
HSV(B) 314.62º 0.87% 0.89% -
XYZ 39.84 20.26 43.93 -
YUV 104.89 169.27 214.38 -
System Red Green Blue C M Y K H S L
Decimal 226 29 178 0 0.87 0.21 0.11 314.62 0.77 0.5
Hex E2 1D B2 0 57 15 B 13B 4D 32
Octal 342 35 262 0 127 25 13 473 115 62
Binary 11100010 11101 10110010 0 1010111 10101 1011 100111011 1001101 110010

Color Harmonies of #E21DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DB2

Black with #E21DB2

Text Example


Text Example

White with #E21DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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