#E0074E

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

Shades of Razzmatazz #E0074E

Tints of Razzmatazz #E0074E

Color information

#E0074E (or 0xE0074E) is unknown color: approx Razzmatazz. HEX triplet: E0, 07 and 4E. RGB value is (224,7,78). Sum of RGB (Red+Green+Blue) = 224+7+78=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0074E is #1FF8B1. Grayscale: #4F4F4F. Windows color (decimal): -2095282 or 5113824. OLE color: 5113824.

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

Color convert

RGB224778-
CMYK00.970.650.12
HSL340.37º93.94%45.29%-
HSV(B)340.37º96.88%87.84%-
XYZ32.1916.558.71-
YUV79.98126.89230.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 72.49%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=72.49%
G=2.27%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22477800.970.650.12340.3793.9445.29
HexE074E06141C1545e2d
Octal340711601411011452413655
Binary11100000111100111001100001100000111001010101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0074E; }

 p { color: rgb(224,7,78); }

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

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

 a { background-color: rgb(224,7,78); }

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

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

 span { border-color: rgb(224,7,78); }

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