Html Css Color HEX #EB18A6 Spicy Pink

📋 copy color: '#EB18A6'

red 235 ◦ green 24 ◦ blue 166

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

Shades of Spicy Pink #EB18A6

Tints of Spicy Pink #EB18A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.06%

R = 55.29%
G = 5.65%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB18A6 (or 0xEB18A6) is known color: Spicy Pink. HEX triplet: EB, 18 and A6. RGB value is (235,24,166). Sum of RGB (Red+Green+Blue) = 235+24+166=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB18A6 is #14E759. Grayscale: #666666. Windows color (decimal): -1369946 or 10885355. OLE color: 10885355.

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

Color convert

RGB 235 24 166 -
CMYK 0 0.90 0.29 0.08
HSL 319.62º 0.84% 0.51% -
HSV(B) 319.62º 0.9% 0.92% -
XYZ 41.47 21.07 37.96 -
YUV 103.28 163.4 221.95 -
System Red Green Blue C M Y K H S L
Decimal 235 24 166 0 0.90 0.29 0.08 319.62 0.84 0.51
Hex EB 18 A6 0 5A 1D 8 140 54 33
Octal 353 30 246 0 132 35 10 500 124 63
Binary 11101011 11000 10100110 0 1011010 11101 1000 101000000 1010100 110011

Color Harmonies of #EB18A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18A6

Black with #EB18A6

Text Example


Text Example

White with #EB18A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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