#EA085C

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

Shades of Razzmatazz #EA085C

Tints of Razzmatazz #EA085C

Color information

#EA085C (or 0xEA085C) is unknown color: approx Razzmatazz. HEX triplet: EA, 08 and 5C. RGB value is (234,8,92). Sum of RGB (Red+Green+Blue) = 234+8+92=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA085C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA085C is #15F7A3. Grayscale: #555555. Windows color (decimal): -1439652 or 6031594. OLE color: 6031594.

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

Color convert

RGB234892-
CMYK00.970.610.08
HSL337.7º93.39%47.45%-
HSV(B)337.7º96.58%91.76%-
XYZ35.9518.4411.79-
YUV85.15131.87234.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 70.06%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=70.06%
G=2.40%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23489200.970.610.08337.793.3947.45
HexEA85C0613D81525d2f
Octal352101340141751052213557
Binary11101010100010111000110000111110110001010100101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA085C; }

 p { color: rgb(234,8,92); }

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

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

 a { background-color: rgb(234,8,92); }

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

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

 span { border-color: rgb(234,8,92); }

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