Html Css Color HEX #E11CAD Spicy Pink

📋 copy color: '#E11CAD'

red 225 ◦ green 28 ◦ blue 173

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

Shades of Spicy Pink #E11CAD

Tints of Spicy Pink #E11CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.57%

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 52.82%
G = 6.57%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E11CAD (or 0xE11CAD) is known color: Spicy Pink. HEX triplet: E1, 1C and AD. RGB value is (225,28,173). Sum of RGB (Red+Green+Blue) = 225+28+173=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CAD is #1EE352. Grayscale: #676767. Windows color (decimal): -2024275 or 11345121. OLE color: 11345121.

HSL color Cylindrical-coordinate representation of color #E11CAD: hue angle of 315.84º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CAD is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 28 173 -
CMYK 0 0.88 0.23 0.12
HSL 315.84º 0.78% 0.5% -
HSV(B) 315.84º 0.88% 0.88% -
XYZ 39.01 19.86 41.31 -
YUV 103.43 167.27 214.71 -
System Red Green Blue C M Y K H S L
Decimal 225 28 173 0 0.88 0.23 0.12 315.84 0.78 0.5
Hex E1 1C AD 0 58 17 C 13C 4E 32
Octal 341 34 255 0 130 27 14 474 116 62
Binary 11100001 11100 10101101 0 1011000 10111 1100 100111100 1001110 110010

Color Harmonies of #E11CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CAD

Black with #E11CAD

Text Example


Text Example

White with #E11CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CAD; }

 p { color: rgb(225,28,173); }

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

background-color css

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

 a { background-color: rgb(225,28,173); }

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

border-color css

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

 span { border-color: rgb(225,28,173); }

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