Html Css Color HEX #E11CB2 Spicy Pink

📋 copy color: '#E11CB2'

red 225 ◦ green 28 ◦ blue 178

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

Shades of Spicy Pink #E11CB2

Tints of Spicy Pink #E11CB2

RGB

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

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

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

R = 52.2%
G = 6.5%
B = 41.3%

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

#E11CB2 (or 0xE11CB2) is known color: Spicy Pink. HEX triplet: E1, 1C and B2. RGB value is (225,28,178). Sum of RGB (Red+Green+Blue) = 225+28+178=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CB2 is #1EE34D. Grayscale: #676767. Windows color (decimal): -2024270 or 11672801. OLE color: 11672801.

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

Color convert

RGB 225 28 178 -
CMYK 0 0.88 0.21 0.12
HSL 314.31º 0.78% 0.5% -
HSV(B) 314.31º 0.88% 0.88% -
XYZ 39.5 20.05 43.91 -
YUV 104 169.77 214.3 -
System Red Green Blue C M Y K H S L
Decimal 225 28 178 0 0.88 0.21 0.12 314.31 0.78 0.5
Hex E1 1C B2 0 58 15 C 13A 4E 32
Octal 341 34 262 0 130 25 14 472 116 62
Binary 11100001 11100 10110010 0 1011000 10101 1100 100111010 1001110 110010

Color Harmonies of #E11CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CB2

Black with #E11CB2

Text Example


Text Example

White with #E11CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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