#ED1750

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

Shades of Razzmatazz #ED1750

Tints of Razzmatazz #ED1750

Color information

#ED1750 (or 0xED1750) is unknown color: approx Razzmatazz. HEX triplet: ED, 17 and 50. RGB value is (237,23,80). Sum of RGB (Red+Green+Blue) = 237+23+80=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1750 is #12E8AF. Grayscale: #5D5D5D. Windows color (decimal): -1239216 or 5249005. OLE color: 5249005.

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

Color convert

RGB2372380-
CMYK00.900.660.07
HSL344.02º85.6%50.98%-
HSV(B)344.02º90.3%92.94%-
XYZ36.6819.29.36-
YUV93.48120.4230.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.71%
GREEN value IS 23 (9.38% from 255) = 6.76%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=69.71%
G=6.76%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237238000.900.660.07344.0285.650.98
HexED175005A4271585633
Octal355271200132102753012663
Binary111011011011110100000101101010000101111010110001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1750; }

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

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

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

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

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

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

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

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