Html Css Color HEX #ED545A Mandy

📋 copy color: '#ED545A'

red 237 ◦ green 84 ◦ blue 90

#ED545A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #ED545A

Tints of Mandy #ED545A

RGB

 RED value IS 237 (92.97% from 255) = 57.66%

 GREEN value IS 84 (33.2% from 255) = 20.44%

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 57.66%
G = 20.44%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED545A (or 0xED545A) is known color: Mandy. HEX triplet: ED, 54 and 5A. RGB value is (237,84,90). Sum of RGB (Red+Green+Blue) = 237+84+90=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED545A is #12ABA5. Grayscale: #828282. Windows color (decimal): -1223590 or 5919981. OLE color: 5919981.

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

Color convert

RGB 237 84 90 -
CMYK 0 0.65 0.62 0.07
HSL 357.65º 0.81% 0.63% -
HSV(B) 357.65º 0.65% 0.93% -
XYZ 39.94 25.08 12.41 -
YUV 130.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 237 84 90 0 0.65 0.62 0.07 357.65 0.81 0.63
Hex ED 54 5A 0 41 3E 7 166 51 3F
Octal 355 124 132 0 101 76 7 546 121 77
Binary 11101101 1010100 1011010 0 1000001 111110 111 101100110 1010001 111111

Color Harmonies of #ED545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED545A

Black with #ED545A

Text Example


Text Example

White with #ED545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED545A; }

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

 H1.HeaderClassName
 {
   color: #ED545A;
 }
 .AnyTagClassName
 {
   color: #ED545A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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