#E7075A

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

Shades of Razzmatazz #E7075A

Tints of Razzmatazz #E7075A

Color information

#E7075A (or 0xE7075A) is unknown color: approx Razzmatazz. HEX triplet: E7, 07 and 5A. RGB value is (231,7,90). Sum of RGB (Red+Green+Blue) = 231+7+90=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E7075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7075A is #18F8A5. Grayscale: #535353. Windows color (decimal): -1636518 or 5900263. OLE color: 5900263.

HSL color Cylindrical-coordinate representation of color #E7075A: hue angle of 337.77º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7075A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB231790-
CMYK00.970.610.09
HSL337.77º94.12%46.67%-
HSV(B)337.77º96.97%90.59%-
XYZ34.8817.8811.29-
YUV83.44131.71233.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 70.43%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=70.43%
G=2.13%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23179000.970.610.09337.7794.1246.67
HexE775A0613D91525e2f
Octal34771320141751152213657
Binary1110011111110110100110000111110110011010100101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7075A; }

 p { color: rgb(231,7,90); }

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

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

 a { background-color: rgb(231,7,90); }

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

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

 span { border-color: rgb(231,7,90); }

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