Html Css Color HEX #E11FA8 Spicy Pink

📋 copy color: '#E11FA8'

red 225 ◦ green 31 ◦ blue 168

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

Shades of Spicy Pink #E11FA8

Tints of Spicy Pink #E11FA8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.31%

 BLUE value IS 168 (66.02% from 255) = 39.62%

R = 53.07%
G = 7.31%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E11FA8 (or 0xE11FA8) is known color: Spicy Pink. HEX triplet: E1, 1F and A8. RGB value is (225,31,168). Sum of RGB (Red+Green+Blue) = 225+31+168=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11FA8 is #1EE057. Grayscale: #686868. Windows color (decimal): -2023512 or 11018209. OLE color: 11018209.

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

Color convert

RGB 225 31 168 -
CMYK 0 0.86 0.25 0.12
HSL 317.63º 0.76% 0.5% -
HSV(B) 317.63º 0.86% 0.88% -
XYZ 38.61 19.81 38.84 -
YUV 104.62 163.77 213.86 -
System Red Green Blue C M Y K H S L
Decimal 225 31 168 0 0.86 0.25 0.12 317.63 0.76 0.5
Hex E1 1F A8 0 56 19 C 13E 4C 32
Octal 341 37 250 0 126 31 14 476 114 62
Binary 11100001 11111 10101000 0 1010110 11001 1100 100111110 1001100 110010

Color Harmonies of #E11FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FA8

Black with #E11FA8

Text Example


Text Example

White with #E11FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FA8; }

 p { color: rgb(225,31,168); }

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

background-color css

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

 a { background-color: rgb(225,31,168); }

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

border-color css

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

 span { border-color: rgb(225,31,168); }

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