Html Css Color HEX #E01DB3 Spicy Pink

📋 copy color: '#E01DB3'

red 224 ◦ green 29 ◦ blue 179

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

Shades of Spicy Pink #E01DB3

Tints of Spicy Pink #E01DB3

RGB

 RED value IS 224 (87.89% from 255) = 51.85%

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

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

R = 51.85%
G = 6.71%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E01DB3 (or 0xE01DB3) is known color: Spicy Pink. HEX triplet: E0, 1D and B3. RGB value is (224,29,179). Sum of RGB (Red+Green+Blue) = 224+29+179=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DB3 is #1FE24C. Grayscale: #686868. Windows color (decimal): -2089549 or 11738592. OLE color: 11738592.

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

Color convert

RGB 224 29 179 -
CMYK 0 0.87 0.20 0.12
HSL 313.85º 0.77% 0.5% -
HSV(B) 313.85º 0.87% 0.88% -
XYZ 39.32 19.98 44.43 -
YUV 104.41 170.1 213.3 -
System Red Green Blue C M Y K H S L
Decimal 224 29 179 0 0.87 0.20 0.12 313.85 0.77 0.5
Hex E0 1D B3 0 57 14 C 13A 4D 32
Octal 340 35 263 0 127 24 14 472 115 62
Binary 11100000 11101 10110011 0 1010111 10100 1100 100111010 1001101 110010

Color Harmonies of #E01DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DB3

Black with #E01DB3

Text Example


Text Example

White with #E01DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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