#E10074

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

Shades of Razzmatazz #E10074

Tints of Razzmatazz #E10074

Color information

#E10074 (or 0xE10074) is unknown color: approx Razzmatazz. HEX triplet: E1, 00 and 74. RGB value is (225,0,116). Sum of RGB (Red+Green+Blue) = 225+0+116=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E10074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10074 is #1EFF8B. Grayscale: #505050. Windows color (decimal): -2031500 or 7602401. OLE color: 7602401.

HSL color Cylindrical-coordinate representation of color #E10074: hue angle of 329.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10074 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB2250116-
CMYK010.480.12
HSL329.07º100%44.12%-
HSV(B)329.07º100%88.24%-
XYZ34.217.2718.05-
YUV80.5148.04231.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=65.98%
G=0%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2250116010.480.12329.0710044.12
HexE107406430C149642c
Octal34101640144601451114454
Binary11100001011101000110010011000011001010010011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10074; }

 p { color: rgb(225,0,116); }

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

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

 a { background-color: rgb(225,0,116); }

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

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

 span { border-color: rgb(225,0,116); }

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