#EB24B6

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

Shades of Spicy Pink #EB24B6

Tints of Spicy Pink #EB24B6

Color information

#EB24B6 (or 0xEB24B6) is unknown color: approx Spicy Pink. HEX triplet: EB, 24 and B6. RGB value is (235,36,182). Sum of RGB (Red+Green+Blue) = 235+36+182=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB24B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB24B6 is #14DB49. Grayscale: #6F6F6F. Windows color (decimal): -1366858 or 11937003. OLE color: 11937003.

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

Color convert

RGB23536182-
CMYK00.850.230.08
HSL315.98º83.26%53.14%-
HSV(B)315.98º84.68%92.16%-
XYZ43.3422.346.28-
YUV112.14167.43215.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.88%
GREEN value IS 36 (14.45% from 255) = 7.95%
BLUE value IS 182 (71.48% from 255) = 40.18%
R=51.88%
G=7.95%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353618200.850.230.08315.9883.2653.14
HexEB24B605517813c5335
Octal353442660125271047412365
Binary1110101110010010110110010101011011110001001111001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB24B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB24B6; }

 p { color: rgb(235,36,182); }

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

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

 a { background-color: rgb(235,36,182); }

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

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

 span { border-color: rgb(235,36,182); }

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