#ED0254

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

Shades of Razzmatazz #ED0254

Tints of Razzmatazz #ED0254

Color information

#ED0254 (or 0xED0254) is unknown color: approx Razzmatazz. HEX triplet: ED, 02 and 54. RGB value is (237,2,84). Sum of RGB (Red+Green+Blue) = 237+2+84=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0254 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0254 is #12FDAB. Grayscale: #515151. Windows color (decimal): -1244588 or 5505773. OLE color: 5505773.

HSL color Cylindrical-coordinate representation of color #ED0254: hue angle of 339.06º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0254 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB237284-
CMYK00.990.650.07
HSL339.06º98.33%46.86%-
HSV(B)339.06º99.16%92.94%-
XYZ36.5518.6910.07-
YUV81.61129.36238.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 73.37%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=73.37%
G=0.62%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23728400.990.650.07339.0698.3346.86
HexED254063417153622f
Octal35521240143101752314257
Binary111011011010101000110001110000011111010100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0254; }

 p { color: rgb(237,2,84); }

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

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

 a { background-color: rgb(237,2,84); }

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

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

 span { border-color: rgb(237,2,84); }

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