#ED545B

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

Shades of Mandy #ED545B

Tints of Mandy #ED545B

Color information

#ED545B (or 0xED545B) is unknown color: approx Mandy. HEX triplet: ED, 54 and 5B. RGB value is (237,84,91). Sum of RGB (Red+Green+Blue) = 237+84+91=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED545B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED545B is #12ABA4. Grayscale: #828282. Windows color (decimal): -1223589 or 5985517. OLE color: 5985517.

HSL color Cylindrical-coordinate representation of color #ED545B: hue angle of 357.25º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED545B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB2378491-
CMYK00.650.620.07
HSL357.25º80.95%62.94%-
HSV(B)357.25º64.56%92.94%-
XYZ39.9825.112.64-
YUV130.54105.69203.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.52%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 91 (35.94% from 255) = 22.09%
R=57.52%
G=20.39%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237849100.650.620.07357.2580.9562.94
HexED545B0413E7165513f
Octal355124133010176754512177
Binary1110110110101001011011010000011111101111011001011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED545B; }

 p { color: rgb(237,84,91); }

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

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

 a { background-color: rgb(237,84,91); }

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

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

 span { border-color: rgb(237,84,91); }

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