Html Css Color HEX #EB18B0 Spicy Pink

📋 copy color: '#EB18B0'

red 235 ◦ green 24 ◦ blue 176

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

Shades of Spicy Pink #EB18B0

Tints of Spicy Pink #EB18B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 54.02%
G = 5.52%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB18B0 (or 0xEB18B0) is known color: Spicy Pink. HEX triplet: EB, 18 and B0. RGB value is (235,24,176). Sum of RGB (Red+Green+Blue) = 235+24+176=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB18B0 is #14E74F. Grayscale: #686868. Windows color (decimal): -1369936 or 11540715. OLE color: 11540715.

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

Color convert

RGB 235 24 176 -
CMYK 0 0.90 0.25 0.08
HSL 316.78º 0.84% 0.51% -
HSV(B) 316.78º 0.9% 0.92% -
XYZ 42.42 21.45 42.98 -
YUV 104.42 168.4 221.14 -
System Red Green Blue C M Y K H S L
Decimal 235 24 176 0 0.90 0.25 0.08 316.78 0.84 0.51
Hex EB 18 B0 0 5A 19 8 13D 54 33
Octal 353 30 260 0 132 31 10 475 124 63
Binary 11101011 11000 10110000 0 1011010 11001 1000 100111101 1010100 110011

Color Harmonies of #EB18B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18B0

Black with #EB18B0

Text Example


Text Example

White with #EB18B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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