Html Css Color HEX #E11BAE Spicy Pink

📋 copy color: '#E11BAE'

red 225 ◦ green 27 ◦ blue 174

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

Shades of Spicy Pink #E11BAE

Tints of Spicy Pink #E11BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.34%

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 52.82%
G = 6.34%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E11BAE (or 0xE11BAE) is known color: Spicy Pink. HEX triplet: E1, 1B and AE. RGB value is (225,27,174). Sum of RGB (Red+Green+Blue) = 225+27+174=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11BAE is #1EE451. Grayscale: #666666. Windows color (decimal): -2024530 or 11410401. OLE color: 11410401.

HSL color Cylindrical-coordinate representation of color #E11BAE: hue angle of 315.45º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11BAE is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 27 174 -
CMYK 0 0.88 0.23 0.12
HSL 315.45º 0.79% 0.49% -
HSV(B) 315.45º 0.88% 0.88% -
XYZ 39.08 19.85 41.82 -
YUV 102.96 168.1 215.05 -
System Red Green Blue C M Y K H S L
Decimal 225 27 174 0 0.88 0.23 0.12 315.45 0.79 0.49
Hex E1 1B AE 0 58 17 C 13B 4F 31
Octal 341 33 256 0 130 27 14 473 117 61
Binary 11100001 11011 10101110 0 1011000 10111 1100 100111011 1001111 110001

Color Harmonies of #E11BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11BAE

Black with #E11BAE

Text Example


Text Example

White with #E11BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11BAE; }

 p { color: rgb(225,27,174); }

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

background-color css

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

 a { background-color: rgb(225,27,174); }

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

border-color css

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

 span { border-color: rgb(225,27,174); }

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