#E40F4E

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

Shades of Razzmatazz #E40F4E

Tints of Razzmatazz #E40F4E

Color information

#E40F4E (or 0xE40F4E) is unknown color: approx Razzmatazz. HEX triplet: E4, 0F and 4E. RGB value is (228,15,78). Sum of RGB (Red+Green+Blue) = 228+15+78=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40F4E is #1BF0B1. Grayscale: #555555. Windows color (decimal): -1831090 or 5115876. OLE color: 5115876.

HSL color Cylindrical-coordinate representation of color #E40F4E: hue angle of 342.25º 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 #E40F4E is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2281578-
CMYK00.930.660.11
HSL342.25º87.65%47.65%-
HSV(B)342.25º93.42%89.41%-
XYZ33.5417.398.8-
YUV85.87123.57229.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 71.03%
GREEN value IS 15 (6.25% from 255) = 4.67%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=71.03%
G=4.67%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228157800.930.660.11342.2587.6547.65
HexE4F4E05D42B1565830
Octal3441711601351021352613060
Binary111001001111100111001011101100001010111010101101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40F4E; }

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

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

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

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

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

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

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

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