#E70474

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

Shades of Razzmatazz #E70474

Tints of Razzmatazz #E70474

Color information

#E70474 (or 0xE70474) is unknown color: approx Razzmatazz. HEX triplet: E7, 04 and 74. RGB value is (231,4,116). Sum of RGB (Red+Green+Blue) = 231+4+116=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E70474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70474 is #18FB8B. Grayscale: #545454. Windows color (decimal): -1637260 or 7603431. OLE color: 7603431.

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

Color convert

RGB2314116-
CMYK00.980.500.09
HSL330.4º96.6%46.08%-
HSV(B)330.4º98.27%90.59%-
XYZ36.1518.3418.16-
YUV84.64145.71232.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.81%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=65.81%
G=1.14%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231411600.980.500.09330.496.646.08
HexE747406232914a612e
Octal34741640142621151214156
Binary1110011110011101000110001011001010011010010101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70474; }

 p { color: rgb(231,4,116); }

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

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

 a { background-color: rgb(231,4,116); }

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

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

 span { border-color: rgb(231,4,116); }

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