Html Css Color HEX #E415AD Spicy Pink

📋 copy color: '#E415AD'

red 228 ◦ green 21 ◦ blue 173

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

Shades of Spicy Pink #E415AD

Tints of Spicy Pink #E415AD

RGB

 RED value IS 228 (89.45% from 255) = 54.03%

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

 BLUE value IS 173 (67.97% from 255) = 41%

R = 54.03%
G = 4.98%
B = 41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E415AD (or 0xE415AD) is known color: Spicy Pink. HEX triplet: E4, 15 and AD. RGB value is (228,21,173). Sum of RGB (Red+Green+Blue) = 228+21+173=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E415AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E415AD is #1BEA52. Grayscale: #636363. Windows color (decimal): -1829459 or 11343332. OLE color: 11343332.

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

Color convert

RGB 228 21 173 -
CMYK 0 0.91 0.24 0.11
HSL 315.94º 0.83% 0.49% -
HSV(B) 315.94º 0.91% 0.89% -
XYZ 39.81 20.05 41.31 -
YUV 100.22 169.08 219.14 -
System Red Green Blue C M Y K H S L
Decimal 228 21 173 0 0.91 0.24 0.11 315.94 0.83 0.49
Hex E4 15 AD 0 5B 18 B 13C 53 31
Octal 344 25 255 0 133 30 13 474 123 61
Binary 11100100 10101 10101101 0 1011011 11000 1011 100111100 1010011 110001

Color Harmonies of #E415AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415AD

Black with #E415AD

Text Example


Text Example

White with #E415AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415AD; }

 p { color: rgb(228,21,173); }

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

background-color css

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

 a { background-color: rgb(228,21,173); }

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

border-color css

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

 span { border-color: rgb(228,21,173); }

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