#E70072

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

Shades of Razzmatazz #E70072

Tints of Razzmatazz #E70072

Color information

#E70072 (or 0xE70072) is unknown color: approx Razzmatazz. HEX triplet: E7, 00 and 72. RGB value is (231,0,114). Sum of RGB (Red+Green+Blue) = 231+0+114=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E70072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70072 is #18FF8D. Grayscale: #515151. Windows color (decimal): -1638286 or 7471335. OLE color: 7471335.

HSL color Cylindrical-coordinate representation of color #E70072: hue angle of 330.39º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70072 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB2310114-
CMYK010.510.09
HSL330.39º100%45.29%-
HSV(B)330.39º100%90.59%-
XYZ35.9918.217.54-
YUV82.06146.03234.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 66.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=66.96%
G=0%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2310114010.510.09330.3910045.29
HexE707206433914a642d
Octal34701620144631151214455
Binary11100111011100100110010011001110011010010101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70072; }

 p { color: rgb(231,0,114); }

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

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

 a { background-color: rgb(231,0,114); }

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

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

 span { border-color: rgb(231,0,114); }

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