#ED0F4F

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

Shades of Razzmatazz #ED0F4F

Tints of Razzmatazz #ED0F4F

Color information

#ED0F4F (or 0xED0F4F) is unknown color: approx Razzmatazz. HEX triplet: ED, 0F and 4F. RGB value is (237,15,79). Sum of RGB (Red+Green+Blue) = 237+15+79=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0F4F is #12F0B0. Grayscale: #585858. Windows color (decimal): -1241265 or 5181421. OLE color: 5181421.

HSL color Cylindrical-coordinate representation of color #ED0F4F: hue angle of 342.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F4F is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB2371579-
CMYK00.940.670.07
HSL342.7º88.1%49.41%-
HSV(B)342.7º93.67%92.94%-
XYZ36.5118.919.12-
YUV88.67122.55233.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 71.60%
GREEN value IS 15 (6.25% from 255) = 4.53%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=71.60%
G=4.53%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237157900.940.670.07342.788.149.41
HexEDF4F05E4371575831
Octal355171170136103752713061
Binary11101101111110011110101111010000111111010101111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0F4F; }

 p { color: rgb(237,15,79); }

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

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

 a { background-color: rgb(237,15,79); }

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

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

 span { border-color: rgb(237,15,79); }

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