Html Css Color HEX #EB19A0 Spicy Pink

📋 copy color: '#EB19A0'

red 235 ◦ green 25 ◦ blue 160

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

Shades of Spicy Pink #EB19A0

Tints of Spicy Pink #EB19A0

RGB

 RED value IS 235 (92.19% from 255) = 55.95%

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

 BLUE value IS 160 (62.89% from 255) = 38.1%

R = 55.95%
G = 5.95%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB19A0 (or 0xEB19A0) is known color: Spicy Pink. HEX triplet: EB, 19 and A0. RGB value is (235,25,160). Sum of RGB (Red+Green+Blue) = 235+25+160=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB19A0 is #14E65F. Grayscale: #666666. Windows color (decimal): -1369696 or 10492395. OLE color: 10492395.

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

Color convert

RGB 235 25 160 -
CMYK 0 0.89 0.32 0.08
HSL 321.43º 0.84% 0.51% -
HSV(B) 321.43º 0.89% 0.92% -
XYZ 40.95 20.9 35.13 -
YUV 103.18 160.07 222.02 -
System Red Green Blue C M Y K H S L
Decimal 235 25 160 0 0.89 0.32 0.08 321.43 0.84 0.51
Hex EB 19 A0 0 59 20 8 141 54 33
Octal 353 31 240 0 131 40 10 501 124 63
Binary 11101011 11001 10100000 0 1011001 100000 1000 101000001 1010100 110011

Color Harmonies of #EB19A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19A0

Black with #EB19A0

Text Example


Text Example

White with #EB19A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19A0; }

 p { color: rgb(235,25,160); }

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

background-color css

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

 a { background-color: rgb(235,25,160); }

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

border-color css

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

 span { border-color: rgb(235,25,160); }

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