Html Css Color HEX #EA19A4 Spicy Pink

📋 copy color: '#EA19A4'

red 234 ◦ green 25 ◦ blue 164

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

Shades of Spicy Pink #EA19A4

Tints of Spicy Pink #EA19A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 55.32%
G = 5.91%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA19A4 (or 0xEA19A4) is known color: Spicy Pink. HEX triplet: EA, 19 and A4. RGB value is (234,25,164). Sum of RGB (Red+Green+Blue) = 234+25+164=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA19A4 is #15E65B. Grayscale: #666666. Windows color (decimal): -1435228 or 10754538. OLE color: 10754538.

HSL color Cylindrical-coordinate representation of color #EA19A4: hue angle of 320.1º 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 #EA19A4 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 164 -
CMYK 0 0.89 0.30 0.08
HSL 320.1º 0.83% 0.51% -
HSV(B) 320.1º 0.89% 0.92% -
XYZ 40.98 20.87 36.99 -
YUV 103.34 162.24 221.2 -
System Red Green Blue C M Y K H S L
Decimal 234 25 164 0 0.89 0.30 0.08 320.1 0.83 0.51
Hex EA 19 A4 0 59 1E 8 140 53 33
Octal 352 31 244 0 131 36 10 500 123 63
Binary 11101010 11001 10100100 0 1011001 11110 1000 101000000 1010011 110011

Color Harmonies of #EA19A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA19A4

Black with #EA19A4

Text Example


Text Example

White with #EA19A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA19A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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