Html Css Color HEX #E11AA5 Spicy Pink

📋 copy color: '#E11AA5'

red 225 ◦ green 26 ◦ blue 165

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

Shades of Spicy Pink #E11AA5

Tints of Spicy Pink #E11AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.25%

 BLUE value IS 165 (64.84% from 255) = 39.66%

R = 54.09%
G = 6.25%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E11AA5 (or 0xE11AA5) is known color: Spicy Pink. HEX triplet: E1, 1A and A5. RGB value is (225,26,165). Sum of RGB (Red+Green+Blue) = 225+26+165=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E11AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11AA5 is #1EE55A. Grayscale: #646464. Windows color (decimal): -2024795 or 10820321. OLE color: 10820321.

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

Color convert

RGB 225 26 165 -
CMYK 0 0.88 0.27 0.12
HSL 318.09º 0.79% 0.49% -
HSV(B) 318.09º 0.88% 0.88% -
XYZ 38.21 19.46 37.34 -
YUV 101.35 163.93 216.2 -
System Red Green Blue C M Y K H S L
Decimal 225 26 165 0 0.88 0.27 0.12 318.09 0.79 0.49
Hex E1 1A A5 0 58 1B C 13E 4F 31
Octal 341 32 245 0 130 33 14 476 117 61
Binary 11100001 11010 10100101 0 1011000 11011 1100 100111110 1001111 110001

Color Harmonies of #E11AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11AA5

Black with #E11AA5

Text Example


Text Example

White with #E11AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11AA5; }

 p { color: rgb(225,26,165); }

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

background-color css

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

 a { background-color: rgb(225,26,165); }

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

border-color css

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

 span { border-color: rgb(225,26,165); }

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