#ED0279

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

Shades of Razzmatazz #ED0279

Tints of Razzmatazz #ED0279

Color information

#ED0279 (or 0xED0279) is unknown color: approx Razzmatazz. HEX triplet: ED, 02 and 79. RGB value is (237,2,121). Sum of RGB (Red+Green+Blue) = 237+2+121=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0279 is #12FD86. Grayscale: #555555. Windows color (decimal): -1244551 or 7930605. OLE color: 7930605.

HSL color Cylindrical-coordinate representation of color #ED0279: hue angle of 329.62º 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 #ED0279 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB2372121-
CMYK00.990.490.07
HSL329.62º98.33%46.86%-
HSV(B)329.62º99.16%92.94%-
XYZ38.419.4319.82-
YUV85.83147.86235.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.83%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=65.83%
G=0.56%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237212100.990.490.07329.6298.3346.86
HexED27906331714a622f
Octal3552171014361751214257
Binary11101101101111001011000111100011111010010101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0279; }

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

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

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

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

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

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

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

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