#ED1157

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

Shades of Razzmatazz #ED1157

Tints of Razzmatazz #ED1157

Color information

#ED1157 (or 0xED1157) is unknown color: approx Razzmatazz. HEX triplet: ED, 11 and 57. RGB value is (237,17,87). Sum of RGB (Red+Green+Blue) = 237+17+87=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1157 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1157 is #12EEA8. Grayscale: #5A5A5A. Windows color (decimal): -1240745 or 5706221. OLE color: 5706221.

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

Color convert

RGB2371787-
CMYK00.930.630.07
HSL340.91º86.61%49.8%-
HSV(B)340.91º92.83%92.94%-
XYZ36.8519.0910.76-
YUV90.76125.89232.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.50%
GREEN value IS 17 (7.03% from 255) = 4.99%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=69.50%
G=4.99%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237178700.930.630.07340.9186.6149.8
HexED115705D3F71555732
Octal35521127013577752512762
Binary11101101100011010111010111011111111111010101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1157; }

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

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

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

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

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

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

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

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