#EA044C

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

Shades of Razzmatazz #EA044C

Tints of Razzmatazz #EA044C

Color information

#EA044C (or 0xEA044C) is unknown color: approx Razzmatazz. HEX triplet: EA, 04 and 4C. RGB value is (234,4,76). Sum of RGB (Red+Green+Blue) = 234+4+76=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA044C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA044C is #15FBB3. Grayscale: #505050. Windows color (decimal): -1440692 or 4981994. OLE color: 4981994.

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

Color convert

RGB234476-
CMYK00.980.680.08
HSL341.22º96.64%46.67%-
HSV(B)341.22º98.29%91.76%-
XYZ35.2818.18.47-
YUV80.98125.2237.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 74.52%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=74.52%
G=1.27%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23447600.980.680.08341.2296.6446.67
HexEA44C062448155612f
Octal352411401421041052514157
Binary11101010100100110001100010100010010001010101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA044C; }

 p { color: rgb(234,4,76); }

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

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

 a { background-color: rgb(234,4,76); }

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

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

 span { border-color: rgb(234,4,76); }

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