#E4074E

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

Shades of Razzmatazz #E4074E

Tints of Razzmatazz #E4074E

Color information

#E4074E (or 0xE4074E) is unknown color: approx Razzmatazz. HEX triplet: E4, 07 and 4E. RGB value is (228,7,78). Sum of RGB (Red+Green+Blue) = 228+7+78=313 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.84% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 228 - color contains mainly: red. Hex color #E4074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4074E is #1BF8B1. Grayscale: #515151. Windows color (decimal): -1833138 or 5113828. OLE color: 5113828.

HSL color Cylindrical-coordinate representation of color #E4074E: hue angle of 340.72º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4074E is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB228778-
CMYK00.970.660.11
HSL340.72º94.04%46.08%-
HSV(B)340.72º96.93%89.41%-
XYZ33.4517.28.76-
YUV81.17126.22232.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 72.84%
GREEN value IS 7 (3.12% from 255) = 2.24%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=72.84%
G=2.24%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22877800.970.660.11340.7294.0446.08
HexE474E06142B1555e2e
Octal344711601411021352513656
Binary11100100111100111001100001100001010111010101011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4074E; }

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

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

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

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

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

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

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

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