Html Css Color HEX #E21DB3 Spicy Pink

📋 copy color: '#E21DB3'

red 226 ◦ green 29 ◦ blue 179

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

Shades of Spicy Pink #E21DB3

Tints of Spicy Pink #E21DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 52.07%
G = 6.68%
B = 41.24%

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

#E21DB3 (or 0xE21DB3) is known color: Spicy Pink. HEX triplet: E2, 1D and B3. RGB value is (226,29,179). Sum of RGB (Red+Green+Blue) = 226+29+179=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DB3 is #1DE24C. Grayscale: #686868. Windows color (decimal): -1958477 or 11738594. OLE color: 11738594.

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

Color convert

RGB 226 29 179 -
CMYK 0 0.87 0.21 0.11
HSL 314.31º 0.77% 0.5% -
HSV(B) 314.31º 0.87% 0.89% -
XYZ 39.94 20.3 44.46 -
YUV 105 169.77 214.3 -
System Red Green Blue C M Y K H S L
Decimal 226 29 179 0 0.87 0.21 0.11 314.31 0.77 0.5
Hex E2 1D B3 0 57 15 B 13A 4D 32
Octal 342 35 263 0 127 25 13 472 115 62
Binary 11100010 11101 10110011 0 1010111 10101 1011 100111010 1001101 110010

Color Harmonies of #E21DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DB3

Black with #E21DB3

Text Example


Text Example

White with #E21DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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