#ED1153

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

Shades of Razzmatazz #ED1153

Tints of Razzmatazz #ED1153

Color information

#ED1153 (or 0xED1153) is unknown color: approx Razzmatazz. HEX triplet: ED, 11 and 53. RGB value is (237,17,83). Sum of RGB (Red+Green+Blue) = 237+17+83=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1153 is #12EEAC. Grayscale: #5A5A5A. Windows color (decimal): -1240749 or 5444077. OLE color: 5444077.

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

Color convert

RGB2371783-
CMYK00.930.650.07
HSL342º86.61%49.8%-
HSV(B)342º92.83%92.94%-
XYZ36.6919.039.92-
YUV90.3123.89232.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.33%
GREEN value IS 17 (7.03% from 255) = 5.04%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=70.33%
G=5.04%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237178300.930.650.0734286.6149.8
HexED115305D4171565732
Octal355211230135101752612762
Binary111011011000110100110101110110000011111010101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1153; }

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

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

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

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

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

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

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

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