Html Css Color HEX #EA19B1 Spicy Pink

📋 copy color: '#EA19B1'

red 234 ◦ green 25 ◦ blue 177

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

Shades of Spicy Pink #EA19B1

Tints of Spicy Pink #EA19B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 53.67%
G = 5.73%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA19B1 (or 0xEA19B1) is known color: Spicy Pink. HEX triplet: EA, 19 and B1. RGB value is (234,25,177). Sum of RGB (Red+Green+Blue) = 234+25+177=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA19B1 is #15E64E. Grayscale: #686868. Windows color (decimal): -1435215 or 11606506. OLE color: 11606506.

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

Color convert

RGB 234 25 177 -
CMYK 0 0.89 0.24 0.08
HSL 316.36º 0.83% 0.51% -
HSV(B) 316.36º 0.89% 0.92% -
XYZ 42.22 21.36 43.49 -
YUV 104.82 168.74 220.14 -
System Red Green Blue C M Y K H S L
Decimal 234 25 177 0 0.89 0.24 0.08 316.36 0.83 0.51
Hex EA 19 B1 0 59 18 8 13C 53 33
Octal 352 31 261 0 131 30 10 474 123 63
Binary 11101010 11001 10110001 0 1011001 11000 1000 100111100 1010011 110011

Color Harmonies of #EA19B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA19B1

Black with #EA19B1

Text Example


Text Example

White with #EA19B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA19B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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