Html Css Color HEX #E513AF Spicy Pink

📋 copy color: '#E513AF'

red 229 ◦ green 19 ◦ blue 175

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

Shades of Spicy Pink #E513AF

Tints of Spicy Pink #E513AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.49%

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

R = 54.14%
G = 4.49%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E513AF (or 0xE513AF) is known color: Spicy Pink. HEX triplet: E5, 13 and AF. RGB value is (229,19,175). Sum of RGB (Red+Green+Blue) = 229+19+175=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E513AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E513AF is #1AEC50. Grayscale: #636363. Windows color (decimal): -1764433 or 11473893. OLE color: 11473893.

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

Color convert

RGB 229 19 175 -
CMYK 0 0.92 0.24 0.10
HSL 315.43º 0.85% 0.49% -
HSV(B) 315.43º 0.92% 0.9% -
XYZ 40.28 20.22 42.34 -
YUV 99.57 170.57 220.32 -
System Red Green Blue C M Y K H S L
Decimal 229 19 175 0 0.92 0.24 0.10 315.43 0.85 0.49
Hex E5 13 AF 0 5C 18 A 13B 55 31
Octal 345 23 257 0 134 30 12 473 125 61
Binary 11100101 10011 10101111 0 1011100 11000 1010 100111011 1010101 110001

Color Harmonies of #E513AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513AF

Black with #E513AF

Text Example


Text Example

White with #E513AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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