#ED114C

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

Shades of Razzmatazz #ED114C

Tints of Razzmatazz #ED114C

Color information

#ED114C (or 0xED114C) is unknown color: approx Razzmatazz. HEX triplet: ED, 11 and 4C. RGB value is (237,17,76). Sum of RGB (Red+Green+Blue) = 237+17+76=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED114C is #12EEB3. Grayscale: #595959. Windows color (decimal): -1240756 or 4985325. OLE color: 4985325.

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

Color convert

RGB2371776-
CMYK00.930.680.07
HSL343.91º86.61%49.8%-
HSV(B)343.91º92.83%92.94%-
XYZ36.4318.938.57-
YUV89.51120.39233.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 71.82%
GREEN value IS 17 (7.03% from 255) = 5.15%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=71.82%
G=5.15%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237177600.930.680.07343.9186.6149.8
HexED114C05D4471585732
Octal355211140135104753012762
Binary111011011000110011000101110110001001111010110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED114C; }

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

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

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

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

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

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

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

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