Html Css Color HEX #E515AE Spicy Pink

📋 copy color: '#E515AE'

red 229 ◦ green 21 ◦ blue 174

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

Shades of Spicy Pink #E515AE

Tints of Spicy Pink #E515AE

RGB

 RED value IS 229 (89.84% from 255) = 54.01%

 GREEN value IS 21 (8.59% from 255) = 4.95%

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

R = 54.01%
G = 4.95%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E515AE (or 0xE515AE) is known color: Spicy Pink. HEX triplet: E5, 15 and AE. RGB value is (229,21,174). Sum of RGB (Red+Green+Blue) = 229+21+174=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E515AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E515AE is #1AEA51. Grayscale: #646464. Windows color (decimal): -1763922 or 11408869. OLE color: 11408869.

HSL color Cylindrical-coordinate representation of color #E515AE: hue angle of 315.87º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E515AE is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 21 174 -
CMYK 0 0.91 0.24 0.10
HSL 315.87º 0.83% 0.49% -
HSV(B) 315.87º 0.91% 0.9% -
XYZ 40.22 20.25 41.83 -
YUV 100.63 169.41 219.56 -
System Red Green Blue C M Y K H S L
Decimal 229 21 174 0 0.91 0.24 0.10 315.87 0.83 0.49
Hex E5 15 AE 0 5B 18 A 13C 53 31
Octal 345 25 256 0 133 30 12 474 123 61
Binary 11100101 10101 10101110 0 1011011 11000 1010 100111100 1010011 110001

Color Harmonies of #E515AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515AE

Black with #E515AE

Text Example


Text Example

White with #E515AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515AE; }

 p { color: rgb(229,21,174); }

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

background-color css

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

 a { background-color: rgb(229,21,174); }

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

border-color css

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

 span { border-color: rgb(229,21,174); }

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