#EA0772

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

Shades of Razzmatazz #EA0772

Tints of Razzmatazz #EA0772

Color information

#EA0772 (or 0xEA0772) is unknown color: approx Razzmatazz. HEX triplet: EA, 07 and 72. RGB value is (234,7,114). Sum of RGB (Red+Green+Blue) = 234+7+114=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0772 is #15F88D. Grayscale: #565656. Windows color (decimal): -1439886 or 7473130. OLE color: 7473130.

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

Color convert

RGB2347114-
CMYK00.970.510.08
HSL331.72º94.19%47.25%-
HSV(B)331.72º97.01%91.76%-
XYZ37.0418.8617.61-
YUV87.07143.21232.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.92%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=65.92%
G=1.97%
B=32.11%

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
Decimal234711400.970.510.08331.7294.1947.25
HexEA77206133814c5e2f
Octal35271620141631051413657
Binary1110101011111100100110000111001110001010011001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0772; }

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

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

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

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

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

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

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

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