#EA0573

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

Shades of Razzmatazz #EA0573

Tints of Razzmatazz #EA0573

Color information

#EA0573 (or 0xEA0573) is unknown color: approx Razzmatazz. HEX triplet: EA, 05 and 73. RGB value is (234,5,115). Sum of RGB (Red+Green+Blue) = 234+5+115=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0573 is #15FA8C. Grayscale: #555555. Windows color (decimal): -1440397 or 7538154. OLE color: 7538154.

HSL color Cylindrical-coordinate representation of color #EA0573: hue angle of 331.18º 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 #EA0573 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB2345115-
CMYK00.980.510.08
HSL331.18º95.82%46.86%-
HSV(B)331.18º97.86%91.76%-
XYZ37.0818.8417.9-
YUV86.01144.37233.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.10%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=66.10%
G=1.41%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234511500.980.510.08331.1895.8246.86
HexEA57306233814b602f
Octal35251630142631051314057
Binary1110101010111100110110001011001110001010010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0573; }

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

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

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

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

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

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

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

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