#e00f4f

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

Shades of Razzmatazz #E00F4F

Tints of Razzmatazz #E00F4F

Color information

#E00F4F (or 0xE00F4F) is unknown color: approx Razzmatazz. HEX triplet: E0, 0F and 4F. RGB value is (224,15,79). Sum of RGB (Red+Green+Blue) = 224+15+79=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F4F is #1FF0B0. Grayscale: #545454. Windows color (decimal): -2093233 or 5181408. OLE color: 5181408.

HSL color Cylindrical-coordinate representation of color #E00F4F: hue angle of 341.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F4F is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB2241579-
CMYK00.930.650.12
HSL341.63º87.45%46.86%-
HSV(B)341.63º93.3%87.84%-
XYZ32.3216.758.93-
YUV84.79124.74227.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 70.44%
GREEN value IS 15 (6.25% from 255) = 4.72%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=70.44%
G=4.72%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224157900.930.650.12341.6387.4546.86
HexE0F4F05D41C156572f
Octal3401711701351011452612757
Binary111000001111100111101011101100000111001010101101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e00f4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e00f4f; }

 p { color: rgb(224,15,79); }

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

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

 a { background-color: rgb(224,15,79); }

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

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

 span { border-color: rgb(224,15,79); }

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