#ED0275

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

Shades of Razzmatazz #ED0275

Tints of Razzmatazz #ED0275

Color information

#ED0275 (or 0xED0275) is unknown color: approx Razzmatazz. HEX triplet: ED, 02 and 75. RGB value is (237,2,117). Sum of RGB (Red+Green+Blue) = 237+2+117=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0275 is #12FD8A. Grayscale: #555555. Windows color (decimal): -1244555 or 7668461. OLE color: 7668461.

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

Color convert

RGB2372117-
CMYK00.990.510.07
HSL330.64º98.33%46.86%-
HSV(B)330.64º99.16%92.94%-
XYZ38.1619.3318.55-
YUV85.38145.86236.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.57%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=66.57%
G=0.56%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237211700.990.510.07330.6498.3346.86
HexED27506333714b622f
Octal3552165014363751314257
Binary11101101101110101011000111100111111010010111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0275; }

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

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

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

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

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

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

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

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