Html Css Color HEX #EA19AD Spicy Pink

📋 copy color: '#EA19AD'

red 234 ◦ green 25 ◦ blue 173

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

Shades of Spicy Pink #EA19AD

Tints of Spicy Pink #EA19AD

RGB

 RED value IS 234 (91.8% from 255) = 54.17%

 GREEN value IS 25 (10.16% from 255) = 5.79%

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

R = 54.17%
G = 5.79%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA19AD (or 0xEA19AD) is known color: Spicy Pink. HEX triplet: EA, 19 and AD. RGB value is (234,25,173). Sum of RGB (Red+Green+Blue) = 234+25+173=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA19AD is #15E652. Grayscale: #676767. Windows color (decimal): -1435219 or 11344362. OLE color: 11344362.

HSL color Cylindrical-coordinate representation of color #EA19AD: hue angle of 317.51º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA19AD is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 173 -
CMYK 0 0.89 0.26 0.08
HSL 317.51º 0.83% 0.51% -
HSV(B) 317.51º 0.89% 0.92% -
XYZ 41.82 21.2 41.42 -
YUV 104.36 166.74 220.47 -
System Red Green Blue C M Y K H S L
Decimal 234 25 173 0 0.89 0.26 0.08 317.51 0.83 0.51
Hex EA 19 AD 0 59 1A 8 13E 53 33
Octal 352 31 255 0 131 32 10 476 123 63
Binary 11101010 11001 10101101 0 1011001 11010 1000 100111110 1010011 110011

Color Harmonies of #EA19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA19AD

Black with #EA19AD

Text Example


Text Example

White with #EA19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA19AD; }

 p { color: rgb(234,25,173); }

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

background-color css

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

 a { background-color: rgb(234,25,173); }

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

border-color css

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

 span { border-color: rgb(234,25,173); }

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