#EA0773

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

Shades of Razzmatazz #EA0773

Tints of Razzmatazz #EA0773

Color information

#EA0773 (or 0xEA0773) is unknown color: approx Razzmatazz. HEX triplet: EA, 07 and 73. RGB value is (234,7,115). Sum of RGB (Red+Green+Blue) = 234+7+115=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0773 is #15F88C. Grayscale: #565656. Windows color (decimal): -1439885 or 7538666. OLE color: 7538666.

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

Color convert

RGB2347115-
CMYK00.970.510.08
HSL331.45º94.19%47.25%-
HSV(B)331.45º97.01%91.76%-
XYZ37.118.8817.91-
YUV87.18143.71232.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.73%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=65.73%
G=1.97%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234711500.970.510.08331.4594.1947.25
HexEA77306133814b5e2f
Octal35271630141631051313657
Binary1110101011111100110110000111001110001010010111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0773; }

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

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

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

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

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

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

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

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