Html Css Color HEX #E11DAC Spicy Pink

📋 copy color: '#E11DAC'

red 225 ◦ green 29 ◦ blue 172

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

Shades of Spicy Pink #E11DAC

Tints of Spicy Pink #E11DAC

RGB

 RED value IS 225 (88.28% from 255) = 52.82%

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

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

R = 52.82%
G = 6.81%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E11DAC (or 0xE11DAC) is known color: Spicy Pink. HEX triplet: E1, 1D and AC. RGB value is (225,29,172). Sum of RGB (Red+Green+Blue) = 225+29+172=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11DAC is #1EE253. Grayscale: #676767. Windows color (decimal): -2024020 or 11279841. OLE color: 11279841.

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

Color convert

RGB 225 29 172 -
CMYK 0 0.87 0.24 0.12
HSL 316.22º 0.77% 0.5% -
HSV(B) 316.22º 0.87% 0.88% -
XYZ 38.94 19.86 40.81 -
YUV 103.91 166.43 214.37 -
System Red Green Blue C M Y K H S L
Decimal 225 29 172 0 0.87 0.24 0.12 316.22 0.77 0.5
Hex E1 1D AC 0 57 18 C 13C 4D 32
Octal 341 35 254 0 127 30 14 474 115 62
Binary 11100001 11101 10101100 0 1010111 11000 1100 100111100 1001101 110010

Color Harmonies of #E11DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DAC

Black with #E11DAC

Text Example


Text Example

White with #E11DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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