#E00370

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

Shades of Razzmatazz #E00370

Tints of Razzmatazz #E00370

Color information

#E00370 (or 0xE00370) is unknown color: approx Razzmatazz. HEX triplet: E0, 03 and 70. RGB value is (224,3,112). Sum of RGB (Red+Green+Blue) = 224+3+112=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E00370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00370 is #1FFC8F. Grayscale: #515151. Windows color (decimal): -2096272 or 7341024. OLE color: 7341024.

HSL color Cylindrical-coordinate representation of color #E00370: hue angle of 330.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00370 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB2243112-
CMYK00.990.500.12
HSL330.41º97.36%44.51%-
HSV(B)330.41º98.66%87.84%-
XYZ33.717.0816.85-
YUV81.5145.22229.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.08%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=66.08%
G=0.88%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224311200.990.500.12330.4197.3644.51
HexE037006332C14a612d
Octal34031600143621451214155
Binary111000001111100000110001111001011001010010101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00370; }

 p { color: rgb(224,3,112); }

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

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

 a { background-color: rgb(224,3,112); }

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

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

 span { border-color: rgb(224,3,112); }

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