Html Css Color HEX #E01DAC Spicy Pink

📋 copy color: '#E01DAC'

red 224 ◦ green 29 ◦ blue 172

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

Shades of Spicy Pink #E01DAC

Tints of Spicy Pink #E01DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 52.71%
G = 6.82%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E01DAC (or 0xE01DAC) is known color: Spicy Pink. HEX triplet: E0, 1D and AC. RGB value is (224,29,172). Sum of RGB (Red+Green+Blue) = 224+29+172=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01DAC is #1FE253. Grayscale: #676767. Windows color (decimal): -2089556 or 11279840. OLE color: 11279840.

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

Color convert

RGB 224 29 172 -
CMYK 0 0.87 0.23 0.12
HSL 316º 0.77% 0.5% -
HSV(B) 316º 0.87% 0.88% -
XYZ 38.63 19.7 40.8 -
YUV 103.61 166.6 213.87 -
System Red Green Blue C M Y K H S L
Decimal 224 29 172 0 0.87 0.23 0.12 316 0.77 0.5
Hex E0 1D AC 0 57 17 C 13C 4D 32
Octal 340 35 254 0 127 27 14 474 115 62
Binary 11100000 11101 10101100 0 1010111 10111 1100 100111100 1001101 110010

Color Harmonies of #E01DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DAC

Black with #E01DAC

Text Example


Text Example

White with #E01DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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