Html Css Color HEX #EA19A7 Spicy Pink

📋 copy color: '#EA19A7'

red 234 ◦ green 25 ◦ blue 167

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

Shades of Spicy Pink #EA19A7

Tints of Spicy Pink #EA19A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.2%

R = 54.93%
G = 5.87%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA19A7 (or 0xEA19A7) is known color: Spicy Pink. HEX triplet: EA, 19 and A7. RGB value is (234,25,167). Sum of RGB (Red+Green+Blue) = 234+25+167=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA19A7 is #15E658. Grayscale: #676767. Windows color (decimal): -1435225 or 10951146. OLE color: 10951146.

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

Color convert

RGB 234 25 167 -
CMYK 0 0.89 0.29 0.08
HSL 319.23º 0.83% 0.51% -
HSV(B) 319.23º 0.89% 0.92% -
XYZ 41.25 20.98 38.43 -
YUV 103.68 163.74 220.95 -
System Red Green Blue C M Y K H S L
Decimal 234 25 167 0 0.89 0.29 0.08 319.23 0.83 0.51
Hex EA 19 A7 0 59 1D 8 13F 53 33
Octal 352 31 247 0 131 35 10 477 123 63
Binary 11101010 11001 10100111 0 1011001 11101 1000 100111111 1010011 110011

Color Harmonies of #EA19A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA19A7

Black with #EA19A7

Text Example


Text Example

White with #EA19A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA19A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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