#EB23AF

Color #EB23AF Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #EB23AF

Tints of Spicy Pink #EB23AF

Color information

#EB23AF (or 0xEB23AF) is unknown color: approx Spicy Pink. HEX triplet: EB, 23 and AF. RGB value is (235,35,175). Sum of RGB (Red+Green+Blue) = 235+35+175=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB23AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB23AF is #14DC50. Grayscale: #6E6E6E. Windows color (decimal): -1367121 or 11477995. OLE color: 11477995.

HSL color Cylindrical-coordinate representation of color #EB23AF: hue angle of 318º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB23AF is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB23535175-
CMYK00.850.260.08
HSL318º83.33%52.94%-
HSV(B)318º85.11%92.16%-
XYZ42.621.9642.55-
YUV110.76164.26216.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.81%
GREEN value IS 35 (14.06% from 255) = 7.87%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=52.81%
G=7.87%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353517500.850.260.0831883.3352.94
HexEB23AF0551A813e5335
Octal353432570125321047612365
Binary1110101110001110101111010101011101010001001111101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB23AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB23AF; }

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

 H1.HeaderClassName
 {
   color: #EB23AF;
 }
 .AnyTagClassName
 {
   color: #EB23AF;
 }
</style>
background-color css

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

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

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

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

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

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