#ED115F

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

Shades of Razzmatazz #ED115F

Tints of Razzmatazz #ED115F

Color information

#ED115F (or 0xED115F) is unknown color: approx Razzmatazz. HEX triplet: ED, 11 and 5F. RGB value is (237,17,95). Sum of RGB (Red+Green+Blue) = 237+17+95=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED115F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED115F is #12EEA0. Grayscale: #5B5B5B. Windows color (decimal): -1240737 or 6230509. OLE color: 6230509.

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

Color convert

RGB2371795-
CMYK00.930.600.07
HSL338.73º86.61%49.8%-
HSV(B)338.73º92.83%92.94%-
XYZ37.1919.2312.58-
YUV91.67129.89231.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.91%
GREEN value IS 17 (7.03% from 255) = 4.87%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=67.91%
G=4.87%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237179500.930.600.07338.7386.6149.8
HexED115F05D3C71535732
Octal35521137013574752312762
Binary11101101100011011111010111011111001111010100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED115F; }

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

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

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

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

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

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

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

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