#ED114B

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

Shades of Razzmatazz #ED114B

Tints of Razzmatazz #ED114B

Color information

#ED114B (or 0xED114B) is unknown color: approx Razzmatazz. HEX triplet: ED, 11 and 4B. RGB value is (237,17,75). Sum of RGB (Red+Green+Blue) = 237+17+75=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED114B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED114B is #12EEB4. Grayscale: #595959. Windows color (decimal): -1240757 or 4919789. OLE color: 4919789.

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

Color convert

RGB2371775-
CMYK00.930.680.07
HSL344.18º86.61%49.8%-
HSV(B)344.18º92.83%92.94%-
XYZ36.418.918.39-
YUV89.39119.89233.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.04%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=72.04%
G=5.17%
B=22.80%

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
Decimal237177500.930.680.07344.1886.6149.8
HexED114B05D4471585732
Octal355211130135104753012762
Binary111011011000110010110101110110001001111010110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED114B; }

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

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

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

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

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

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

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

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