Html Css Color HEX #EB18AF Spicy Pink

📋 copy color: '#EB18AF'

red 235 ◦ green 24 ◦ blue 175

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

Shades of Spicy Pink #EB18AF

Tints of Spicy Pink #EB18AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.53%

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

R = 54.15%
G = 5.53%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB18AF (or 0xEB18AF) is known color: Spicy Pink. HEX triplet: EB, 18 and AF. RGB value is (235,24,175). Sum of RGB (Red+Green+Blue) = 235+24+175=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB18AF is #14E750. Grayscale: #676767. Windows color (decimal): -1369937 or 11475179. OLE color: 11475179.

HSL color Cylindrical-coordinate representation of color #EB18AF: hue angle of 317.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB18AF is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 175 -
CMYK 0 0.90 0.26 0.08
HSL 317.06º 0.84% 0.51% -
HSV(B) 317.06º 0.9% 0.92% -
XYZ 42.33 21.41 42.46 -
YUV 104.3 167.9 221.22 -
System Red Green Blue C M Y K H S L
Decimal 235 24 175 0 0.90 0.26 0.08 317.06 0.84 0.51
Hex EB 18 AF 0 5A 1A 8 13D 54 33
Octal 353 30 257 0 132 32 10 475 124 63
Binary 11101011 11000 10101111 0 1011010 11010 1000 100111101 1010100 110011

Color Harmonies of #EB18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18AF

Black with #EB18AF

Text Example


Text Example

White with #EB18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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