Html Css Color HEX #E11FAF Spicy Pink

📋 copy color: '#E11FAF'

red 225 ◦ green 31 ◦ blue 175

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

Shades of Spicy Pink #E11FAF

Tints of Spicy Pink #E11FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 52.2%
G = 7.19%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E11FAF (or 0xE11FAF) is known color: Spicy Pink. HEX triplet: E1, 1F and AF. RGB value is (225,31,175). Sum of RGB (Red+Green+Blue) = 225+31+175=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11FAF is #1EE050. Grayscale: #696969. Windows color (decimal): -2023505 or 11476961. OLE color: 11476961.

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

Color convert

RGB 225 31 175 -
CMYK 0 0.86 0.22 0.12
HSL 315.46º 0.76% 0.5% -
HSV(B) 315.46º 0.86% 0.88% -
XYZ 39.28 20.08 42.36 -
YUV 105.42 167.27 213.29 -
System Red Green Blue C M Y K H S L
Decimal 225 31 175 0 0.86 0.22 0.12 315.46 0.76 0.5
Hex E1 1F AF 0 56 16 C 13B 4C 32
Octal 341 37 257 0 126 26 14 473 114 62
Binary 11100001 11111 10101111 0 1010110 10110 1100 100111011 1001100 110010

Color Harmonies of #E11FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FAF

Black with #E11FAF

Text Example


Text Example

White with #E11FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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