Html Css Color HEX #EB19AF Spicy Pink

📋 copy color: '#EB19AF'

red 235 ◦ green 25 ◦ blue 175

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

Shades of Spicy Pink #EB19AF

Tints of Spicy Pink #EB19AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 54.02%
G = 5.75%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB19AF (or 0xEB19AF) is known color: Spicy Pink. HEX triplet: EB, 19 and AF. RGB value is (235,25,175). Sum of RGB (Red+Green+Blue) = 235+25+175=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB19AF is #14E650. Grayscale: #686868. Windows color (decimal): -1369681 or 11475435. OLE color: 11475435.

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

Color convert

RGB 235 25 175 -
CMYK 0 0.89 0.26 0.08
HSL 317.14º 0.84% 0.51% -
HSV(B) 317.14º 0.89% 0.92% -
XYZ 42.35 21.45 42.47 -
YUV 104.89 167.57 220.8 -
System Red Green Blue C M Y K H S L
Decimal 235 25 175 0 0.89 0.26 0.08 317.14 0.84 0.51
Hex EB 19 AF 0 59 1A 8 13D 54 33
Octal 353 31 257 0 131 32 10 475 124 63
Binary 11101011 11001 10101111 0 1011001 11010 1000 100111101 1010100 110011

Color Harmonies of #EB19AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19AF

Black with #EB19AF

Text Example


Text Example

White with #EB19AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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