Html Css Color HEX #E416AD Spicy Pink

📋 copy color: '#E416AD'

red 228 ◦ green 22 ◦ blue 173

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

Shades of Spicy Pink #E416AD

Tints of Spicy Pink #E416AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.2%

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

R = 53.9%
G = 5.2%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E416AD (or 0xE416AD) is known color: Spicy Pink. HEX triplet: E4, 16 and AD. RGB value is (228,22,173). Sum of RGB (Red+Green+Blue) = 228+22+173=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E416AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E416AD is #1BE952. Grayscale: #646464. Windows color (decimal): -1829203 or 11343588. OLE color: 11343588.

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

Color convert

RGB 228 22 173 -
CMYK 0 0.90 0.24 0.11
HSL 316.02º 0.82% 0.49% -
HSV(B) 316.02º 0.9% 0.89% -
XYZ 39.82 20.08 41.31 -
YUV 100.81 168.75 218.72 -
System Red Green Blue C M Y K H S L
Decimal 228 22 173 0 0.90 0.24 0.11 316.02 0.82 0.49
Hex E4 16 AD 0 5A 18 B 13C 52 31
Octal 344 26 255 0 132 30 13 474 122 61
Binary 11100100 10110 10101101 0 1011010 11000 1011 100111100 1010010 110001

Color Harmonies of #E416AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E416AD

Black with #E416AD

Text Example


Text Example

White with #E416AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E416AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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