Html Css Color HEX #E11CB1 Spicy Pink

📋 copy color: '#E11CB1'

red 225 ◦ green 28 ◦ blue 177

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

Shades of Spicy Pink #E11CB1

Tints of Spicy Pink #E11CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.16%

R = 52.33%
G = 6.51%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E11CB1 (or 0xE11CB1) is known color: Spicy Pink. HEX triplet: E1, 1C and B1. RGB value is (225,28,177). Sum of RGB (Red+Green+Blue) = 225+28+177=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CB1 is #1EE34E. Grayscale: #676767. Windows color (decimal): -2024271 or 11607265. OLE color: 11607265.

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

Color convert

RGB 225 28 177 -
CMYK 0 0.88 0.21 0.12
HSL 314.62º 0.78% 0.5% -
HSV(B) 314.62º 0.88% 0.88% -
XYZ 39.4 20.01 43.38 -
YUV 103.89 169.27 214.38 -
System Red Green Blue C M Y K H S L
Decimal 225 28 177 0 0.88 0.21 0.12 314.62 0.78 0.5
Hex E1 1C B1 0 58 15 C 13B 4E 32
Octal 341 34 261 0 130 25 14 473 116 62
Binary 11100001 11100 10110001 0 1011000 10101 1100 100111011 1001110 110010

Color Harmonies of #E11CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CB1

Black with #E11CB1

Text Example


Text Example

White with #E11CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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