#EA0574

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

Shades of Razzmatazz #EA0574

Tints of Razzmatazz #EA0574

Color information

#EA0574 (or 0xEA0574) is unknown color: approx Razzmatazz. HEX triplet: EA, 05 and 74. RGB value is (234,5,116). Sum of RGB (Red+Green+Blue) = 234+5+116=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0574 is #15FA8B. Grayscale: #555555. Windows color (decimal): -1440396 or 7603690. OLE color: 7603690.

HSL color Cylindrical-coordinate representation of color #EA0574: hue angle of 330.92º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0574 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB2345116-
CMYK00.980.500.08
HSL330.92º95.82%46.86%-
HSV(B)330.92º97.86%91.76%-
XYZ37.1418.8618.21-
YUV86.12144.87233.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.92%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=65.92%
G=1.41%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234511600.980.500.08330.9295.8246.86
HexEA57406232814b602f
Octal35251640142621051314057
Binary1110101010111101000110001011001010001010010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0574; }

 p { color: rgb(234,5,116); }

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

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

 a { background-color: rgb(234,5,116); }

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

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

 span { border-color: rgb(234,5,116); }

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