#E60454

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

Shades of Razzmatazz #E60454

Tints of Razzmatazz #E60454

Color information

#E60454 (or 0xE60454) is unknown color: approx Razzmatazz. HEX triplet: E6, 04 and 54. RGB value is (230,4,84). Sum of RGB (Red+Green+Blue) = 230+4+84=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E60454 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60454 is #19FBAB. Grayscale: #505050. Windows color (decimal): -1702828 or 5506278. OLE color: 5506278.

HSL color Cylindrical-coordinate representation of color #E60454: hue angle of 338.76º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60454 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB230484-
CMYK00.980.630.10
HSL338.76º96.58%45.88%-
HSV(B)338.76º98.26%90.2%-
XYZ34.2817.559.97-
YUV80.69129.87234.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 72.33%
GREEN value IS 4 (1.95% from 255) = 1.26%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=72.33%
G=1.26%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23048400.980.630.10338.7696.5845.88
HexE64540623FA153612e
Octal34641240142771252314156
Binary1110011010010101000110001011111110101010100111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60454; }

 p { color: rgb(230,4,84); }

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

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

 a { background-color: rgb(230,4,84); }

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

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

 span { border-color: rgb(230,4,84); }

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