Html Css Color HEX #E11EB0 Spicy Pink

📋 copy color: '#E11EB0'

red 225 ◦ green 30 ◦ blue 176

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

Shades of Spicy Pink #E11EB0

Tints of Spicy Pink #E11EB0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.96%

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 52.2%
G = 6.96%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E11EB0 (or 0xE11EB0) is known color: Spicy Pink. HEX triplet: E1, 1E and B0. RGB value is (225,30,176). Sum of RGB (Red+Green+Blue) = 225+30+176=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11EB0 is #1EE14F. Grayscale: #686868. Windows color (decimal): -2023760 or 11542241. OLE color: 11542241.

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

Color convert

RGB 225 30 176 -
CMYK 0 0.87 0.22 0.12
HSL 315.08º 0.76% 0.5% -
HSV(B) 315.08º 0.87% 0.88% -
XYZ 39.35 20.07 42.87 -
YUV 104.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 225 30 176 0 0.87 0.22 0.12 315.08 0.76 0.5
Hex E1 1E B0 0 57 16 C 13B 4C 32
Octal 341 36 260 0 127 26 14 473 114 62
Binary 11100001 11110 10110000 0 1010111 10110 1100 100111011 1001100 110010

Color Harmonies of #E11EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11EB0

Black with #E11EB0

Text Example


Text Example

White with #E11EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11EB0; }

 p { color: rgb(225,30,176); }

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

background-color css

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

 a { background-color: rgb(225,30,176); }

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

border-color css

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

 span { border-color: rgb(225,30,176); }

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