#E3075F

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

Shades of Razzmatazz #E3075F

Tints of Razzmatazz #E3075F

Color information

#E3075F (or 0xE3075F) is unknown color: approx Razzmatazz. HEX triplet: E3, 07 and 5F. RGB value is (227,7,95). Sum of RGB (Red+Green+Blue) = 227+7+95=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E3075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3075F is #1CF8A0. Grayscale: #525252. Windows color (decimal): -1898657 or 6227939. OLE color: 6227939.

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

Color convert

RGB227795-
CMYK00.970.580.11
HSL336º94.02%45.88%-
HSV(B)336º96.92%89.02%-
XYZ33.8217.3112.38-
YUV82.81134.89230.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 69.00%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=69.00%
G=2.13%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22779500.970.580.1133694.0245.88
HexE375F0613AB1505e2e
Octal34371370141721352013656
Binary1110001111110111110110000111101010111010100001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3075F; }

 p { color: rgb(227,7,95); }

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

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

 a { background-color: rgb(227,7,95); }

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

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

 span { border-color: rgb(227,7,95); }

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