Html Css Color HEX #EB19A8 Spicy Pink

📋 copy color: '#EB19A8'

red 235 ◦ green 25 ◦ blue 168

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

Shades of Spicy Pink #EB19A8

Tints of Spicy Pink #EB19A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.25%

R = 54.91%
G = 5.84%
B = 39.25%

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

#EB19A8 (or 0xEB19A8) is known color: Spicy Pink. HEX triplet: EB, 19 and A8. RGB value is (235,25,168). Sum of RGB (Red+Green+Blue) = 235+25+168=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB19A8 is #14E657. Grayscale: #676767. Windows color (decimal): -1369688 or 11016683. OLE color: 11016683.

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

Color convert

RGB 235 25 168 -
CMYK 0 0.89 0.29 0.08
HSL 319.14º 0.84% 0.51% -
HSV(B) 319.14º 0.89% 0.92% -
XYZ 41.68 21.18 38.94 -
YUV 104.09 164.07 221.37 -
System Red Green Blue C M Y K H S L
Decimal 235 25 168 0 0.89 0.29 0.08 319.14 0.84 0.51
Hex EB 19 A8 0 59 1D 8 13F 54 33
Octal 353 31 250 0 131 35 10 477 124 63
Binary 11101011 11001 10101000 0 1011001 11101 1000 100111111 1010100 110011

Color Harmonies of #EB19A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19A8

Black with #EB19A8

Text Example


Text Example

White with #EB19A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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