#ED1150

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

Shades of Razzmatazz #ED1150

Tints of Razzmatazz #ED1150

Color information

#ED1150 (or 0xED1150) is unknown color: approx Razzmatazz. HEX triplet: ED, 11 and 50. RGB value is (237,17,80). Sum of RGB (Red+Green+Blue) = 237+17+80=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1150 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1150 is #12EEAF. Grayscale: #595959. Windows color (decimal): -1240752 or 5247469. OLE color: 5247469.

HSL color Cylindrical-coordinate representation of color #ED1150: hue angle of 342.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1150 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB2371780-
CMYK00.930.660.07
HSL342.82º86.61%49.8%-
HSV(B)342.82º92.83%92.94%-
XYZ36.5718.989.33-
YUV89.96122.39232.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.96%
GREEN value IS 17 (7.03% from 255) = 5.09%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=70.96%
G=5.09%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237178000.930.660.07342.8286.6149.8
HexED115005D4271575732
Octal355211200135102752712762
Binary111011011000110100000101110110000101111010101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1150; }

 p { color: rgb(237,17,80); }

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

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

 a { background-color: rgb(237,17,80); }

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

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

 span { border-color: rgb(237,17,80); }

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