Html Css Color HEX #E11FB2 Spicy Pink

📋 copy color: '#E11FB2'

red 225 ◦ green 31 ◦ blue 178

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

Shades of Spicy Pink #E11FB2

Tints of Spicy Pink #E11FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 51.84%
G = 7.14%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E11FB2 (or 0xE11FB2) is known color: Spicy Pink. HEX triplet: E1, 1F and B2. RGB value is (225,31,178). Sum of RGB (Red+Green+Blue) = 225+31+178=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11FB2 is #1EE04D. Grayscale: #696969. Windows color (decimal): -2023502 or 11673569. OLE color: 11673569.

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

Color convert

RGB 225 31 178 -
CMYK 0 0.86 0.21 0.12
HSL 314.54º 0.76% 0.5% -
HSV(B) 314.54º 0.86% 0.88% -
XYZ 39.58 20.2 43.93 -
YUV 105.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 225 31 178 0 0.86 0.21 0.12 314.54 0.76 0.5
Hex E1 1F B2 0 56 15 C 13B 4C 32
Octal 341 37 262 0 126 25 14 473 114 62
Binary 11100001 11111 10110010 0 1010110 10101 1100 100111011 1001100 110010

Color Harmonies of #E11FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FB2

Black with #E11FB2

Text Example


Text Example

White with #E11FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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