Html Css Color HEX #E025AD Spicy Pink

📋 copy color: '#E025AD'

red 224 ◦ green 37 ◦ blue 173

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

Shades of Spicy Pink #E025AD

Tints of Spicy Pink #E025AD

RGB

 RED value IS 224 (87.89% from 255) = 51.61%

 GREEN value IS 37 (14.84% from 255) = 8.53%

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

R = 51.61%
G = 8.53%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E025AD (or 0xE025AD) is known color: Spicy Pink. HEX triplet: E0, 25 and AD. RGB value is (224,37,173). Sum of RGB (Red+Green+Blue) = 224+37+173=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E025AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E025AD is #1FDA52. Grayscale: #6C6C6C. Windows color (decimal): -2087507 or 11347424. OLE color: 11347424.

HSL color Cylindrical-coordinate representation of color #E025AD: hue angle of 316.36º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E025AD is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 173 -
CMYK 0 0.83 0.23 0.12
HSL 316.36º 0.75% 0.51% -
HSV(B) 316.36º 0.83% 0.88% -
XYZ 38.94 20.19 41.38 -
YUV 108.42 164.45 210.44 -
System Red Green Blue C M Y K H S L
Decimal 224 37 173 0 0.83 0.23 0.12 316.36 0.75 0.51
Hex E0 25 AD 0 53 17 C 13C 4B 33
Octal 340 45 255 0 123 27 14 474 113 63
Binary 11100000 100101 10101101 0 1010011 10111 1100 100111100 1001011 110011

Color Harmonies of #E025AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025AD

Black with #E025AD

Text Example


Text Example

White with #E025AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025AD; }

 p { color: rgb(224,37,173); }

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

background-color css

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

 a { background-color: rgb(224,37,173); }

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

border-color css

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

 span { border-color: rgb(224,37,173); }

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