Html Css Color HEX #E515AB Spicy Pink

📋 copy color: '#E515AB'

red 229 ◦ green 21 ◦ blue 171

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

Shades of Spicy Pink #E515AB

Tints of Spicy Pink #E515AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 54.39%
G = 4.99%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E515AB (or 0xE515AB) is known color: Spicy Pink. HEX triplet: E5, 15 and AB. RGB value is (229,21,171). Sum of RGB (Red+Green+Blue) = 229+21+171=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E515AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E515AB is #1AEA54. Grayscale: #636363. Windows color (decimal): -1763925 or 11212261. OLE color: 11212261.

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

Color convert

RGB 229 21 171 -
CMYK 0 0.91 0.25 0.10
HSL 316.73º 0.83% 0.49% -
HSV(B) 316.73º 0.91% 0.9% -
XYZ 39.93 20.13 40.31 -
YUV 100.29 167.91 219.8 -
System Red Green Blue C M Y K H S L
Decimal 229 21 171 0 0.91 0.25 0.10 316.73 0.83 0.49
Hex E5 15 AB 0 5B 19 A 13D 53 31
Octal 345 25 253 0 133 31 12 475 123 61
Binary 11100101 10101 10101011 0 1011011 11001 1010 100111101 1010011 110001

Color Harmonies of #E515AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515AB

Black with #E515AB

Text Example


Text Example

White with #E515AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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