Html Css Color HEX #E515AF Spicy Pink

📋 copy color: '#E515AF'

red 229 ◦ green 21 ◦ blue 175

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

Shades of Spicy Pink #E515AF

Tints of Spicy Pink #E515AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 53.88%
G = 4.94%
B = 41.18%

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

#E515AF (or 0xE515AF) is known color: Spicy Pink. HEX triplet: E5, 15 and AF. RGB value is (229,21,175). Sum of RGB (Red+Green+Blue) = 229+21+175=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E515AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E515AF is #1AEA50. Grayscale: #646464. Windows color (decimal): -1763921 or 11474405. OLE color: 11474405.

HSL color Cylindrical-coordinate representation of color #E515AF: hue angle of 315.58º 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 #E515AF is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 21 175 -
CMYK 0 0.91 0.24 0.10
HSL 315.58º 0.83% 0.49% -
HSV(B) 315.58º 0.91% 0.9% -
XYZ 40.32 20.29 42.35 -
YUV 100.75 169.91 219.48 -
System Red Green Blue C M Y K H S L
Decimal 229 21 175 0 0.91 0.24 0.10 315.58 0.83 0.49
Hex E5 15 AF 0 5B 18 A 13C 53 31
Octal 345 25 257 0 133 30 12 474 123 61
Binary 11100101 10101 10101111 0 1011011 11000 1010 100111100 1010011 110001

Color Harmonies of #E515AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515AF

Black with #E515AF

Text Example


Text Example

White with #E515AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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