#ED0F4E

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

Shades of Razzmatazz #ED0F4E

Tints of Razzmatazz #ED0F4E

Color information

#ED0F4E (or 0xED0F4E) is unknown color: approx Razzmatazz. HEX triplet: ED, 0F and 4E. RGB value is (237,15,78). Sum of RGB (Red+Green+Blue) = 237+15+78=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0F4E is #12F0B1. Grayscale: #585858. Windows color (decimal): -1241266 or 5115885. OLE color: 5115885.

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

Color convert

RGB2371578-
CMYK00.940.670.07
HSL342.97º88.1%49.41%-
HSV(B)342.97º93.67%92.94%-
XYZ36.4718.98.93-
YUV88.56122.05233.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 71.82%
GREEN value IS 15 (6.25% from 255) = 4.55%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=71.82%
G=4.55%
B=23.64%

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
Decimal237157800.940.670.07342.9788.149.41
HexEDF4E05E4371575831
Octal355171160136103752713061
Binary11101101111110011100101111010000111111010101111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0F4E; }

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

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

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

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

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

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

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

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