#E40F59

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

Shades of Razzmatazz #E40F59

Tints of Razzmatazz #E40F59

Color information

#E40F59 (or 0xE40F59) is unknown color: approx Razzmatazz. HEX triplet: E4, 0F and 59. RGB value is (228,15,89). Sum of RGB (Red+Green+Blue) = 228+15+89=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40F59 is #1BF0A6. Grayscale: #575757. Windows color (decimal): -1831079 or 5836772. OLE color: 5836772.

HSL color Cylindrical-coordinate representation of color #E40F59: hue angle of 339.15º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40F59 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB2281589-
CMYK00.930.610.11
HSL339.15º87.65%47.65%-
HSV(B)339.15º93.42%89.41%-
XYZ33.9717.5611.05-
YUV87.12129.07228.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 68.67%
GREEN value IS 15 (6.25% from 255) = 4.52%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=68.67%
G=4.52%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228158900.930.610.11339.1587.6547.65
HexE4F5905D3DB1535830
Octal344171310135751352313060
Binary11100100111110110010101110111110110111010100111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40F59; }

 p { color: rgb(228,15,89); }

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

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

 a { background-color: rgb(228,15,89); }

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

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

 span { border-color: rgb(228,15,89); }

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