Html Css Color HEX #E425AD Spicy Pink

📋 copy color: '#E425AD'

red 228 ◦ green 37 ◦ blue 173

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

Shades of Spicy Pink #E425AD

Tints of Spicy Pink #E425AD

RGB

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

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

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

R = 52.05%
G = 8.45%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E425AD (or 0xE425AD) is known color: Spicy Pink. HEX triplet: E4, 25 and AD. RGB value is (228,37,173). Sum of RGB (Red+Green+Blue) = 228+37+173=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E425AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E425AD is #1BDA52. Grayscale: #6D6D6D. Windows color (decimal): -1825363 or 11347428. OLE color: 11347428.

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

Color convert

RGB 228 37 173 -
CMYK 0 0.84 0.24 0.11
HSL 317.28º 0.78% 0.52% -
HSV(B) 317.28º 0.84% 0.89% -
XYZ 40.2 20.83 41.44 -
YUV 109.61 163.78 212.44 -
System Red Green Blue C M Y K H S L
Decimal 228 37 173 0 0.84 0.24 0.11 317.28 0.78 0.52
Hex E4 25 AD 0 54 18 B 13D 4E 34
Octal 344 45 255 0 124 30 13 475 116 64
Binary 11100100 100101 10101101 0 1010100 11000 1011 100111101 1001110 110100

Color Harmonies of #E425AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E425AD

Black with #E425AD

Text Example


Text Example

White with #E425AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E425AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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