Html Css Color HEX #E11DAB Spicy Pink

📋 copy color: '#E11DAB'

red 225 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #E11DAB

Tints of Spicy Pink #E11DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 52.94%
G = 6.82%
B = 40.24%

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

#E11DAB (or 0xE11DAB) is known color: Spicy Pink. HEX triplet: E1, 1D and AB. RGB value is (225,29,171). Sum of RGB (Red+Green+Blue) = 225+29+171=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11DAB is #1EE254. Grayscale: #676767. Windows color (decimal): -2024021 or 11214305. OLE color: 11214305.

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

Color convert

RGB 225 29 171 -
CMYK 0 0.87 0.24 0.12
HSL 316.53º 0.77% 0.5% -
HSV(B) 316.53º 0.87% 0.88% -
XYZ 38.84 19.83 40.31 -
YUV 103.79 165.93 214.45 -
System Red Green Blue C M Y K H S L
Decimal 225 29 171 0 0.87 0.24 0.12 316.53 0.77 0.5
Hex E1 1D AB 0 57 18 C 13D 4D 32
Octal 341 35 253 0 127 30 14 475 115 62
Binary 11100001 11101 10101011 0 1010111 11000 1100 100111101 1001101 110010

Color Harmonies of #E11DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DAB

Black with #E11DAB

Text Example


Text Example

White with #E11DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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