#ED1155

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

Shades of Razzmatazz #ED1155

Tints of Razzmatazz #ED1155

Color information

#ED1155 (or 0xED1155) is unknown color: approx Razzmatazz. HEX triplet: ED, 11 and 55. RGB value is (237,17,85). Sum of RGB (Red+Green+Blue) = 237+17+85=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1155 is #12EEAA. Grayscale: #5A5A5A. Windows color (decimal): -1240747 or 5575149. OLE color: 5575149.

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

Color convert

RGB2371785-
CMYK00.930.640.07
HSL341.45º86.61%49.8%-
HSV(B)341.45º92.83%92.94%-
XYZ36.7719.0610.34-
YUV90.53124.89232.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.91%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=69.91%
G=5.01%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237178500.930.640.07341.4586.6149.8
HexED115505D4071555732
Octal355211250135100752512762
Binary111011011000110101010101110110000001111010101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1155; }

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

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

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

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

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

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

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

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