Html Css Color HEX #E01DAF Spicy Pink

📋 copy color: '#E01DAF'

red 224 ◦ green 29 ◦ blue 175

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

Shades of Spicy Pink #E01DAF

Tints of Spicy Pink #E01DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 52.34%
G = 6.78%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E01DAF (or 0xE01DAF) is known color: Spicy Pink. HEX triplet: E0, 1D and AF. RGB value is (224,29,175). Sum of RGB (Red+Green+Blue) = 224+29+175=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01DAF is #1FE250. Grayscale: #676767. Windows color (decimal): -2089553 or 11476448. OLE color: 11476448.

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

Color convert

RGB 224 29 175 -
CMYK 0 0.87 0.22 0.12
HSL 315.08º 0.77% 0.5% -
HSV(B) 315.08º 0.87% 0.88% -
XYZ 38.92 19.82 42.33 -
YUV 103.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 224 29 175 0 0.87 0.22 0.12 315.08 0.77 0.5
Hex E0 1D AF 0 57 16 C 13B 4D 32
Octal 340 35 257 0 127 26 14 473 115 62
Binary 11100000 11101 10101111 0 1010111 10110 1100 100111011 1001101 110010

Color Harmonies of #E01DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DAF

Black with #E01DAF

Text Example


Text Example

White with #E01DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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