Html Css Color HEX #E01DA5 Spicy Pink

📋 copy color: '#E01DA5'

red 224 ◦ green 29 ◦ blue 165

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

Shades of Spicy Pink #E01DA5

Tints of Spicy Pink #E01DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.47%

R = 53.59%
G = 6.94%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E01DA5 (or 0xE01DA5) is known color: Spicy Pink. HEX triplet: E0, 1D and A5. RGB value is (224,29,165). Sum of RGB (Red+Green+Blue) = 224+29+165=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01DA5 is #1FE25A. Grayscale: #666666. Windows color (decimal): -2089563 or 10821088. OLE color: 10821088.

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

Color convert

RGB 224 29 165 -
CMYK 0 0.87 0.26 0.12
HSL 318.15º 0.77% 0.5% -
HSV(B) 318.15º 0.87% 0.88% -
XYZ 37.97 19.44 37.35 -
YUV 102.81 163.1 214.44 -
System Red Green Blue C M Y K H S L
Decimal 224 29 165 0 0.87 0.26 0.12 318.15 0.77 0.5
Hex E0 1D A5 0 57 1A C 13E 4D 32
Octal 340 35 245 0 127 32 14 476 115 62
Binary 11100000 11101 10100101 0 1010111 11010 1100 100111110 1001101 110010

Color Harmonies of #E01DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DA5

Black with #E01DA5

Text Example


Text Example

White with #E01DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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