Html Css Color HEX #ED5556 Mandy

📋 copy color: '#ED5556'

red 237 ◦ green 85 ◦ blue 86

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

Shades of Mandy #ED5556

Tints of Mandy #ED5556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.83%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 58.09%
G = 20.83%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED5556 (or 0xED5556) is known color: Mandy. HEX triplet: ED, 55 and 56. RGB value is (237,85,86). Sum of RGB (Red+Green+Blue) = 237+85+86=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5556 is #12AAA9. Grayscale: #828282. Windows color (decimal): -1223338 or 5658093. OLE color: 5658093.

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

Color convert

RGB 237 85 86 -
CMYK 0 0.64 0.64 0.07
HSL 359.61º 0.81% 0.63% -
HSV(B) 359.61º 0.64% 0.93% -
XYZ 39.85 25.17 11.56 -
YUV 130.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 237 85 86 0 0.64 0.64 0.07 359.61 0.81 0.63
Hex ED 55 56 0 40 40 7 168 51 3F
Octal 355 125 126 0 100 100 7 550 121 77
Binary 11101101 1010101 1010110 0 1000000 1000000 111 101101000 1010001 111111

Color Harmonies of #ED5556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5556

Black with #ED5556

Text Example


Text Example

White with #ED5556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5556; }

 p { color: rgb(237,85,86); }

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

background-color css

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

 a { background-color: rgb(237,85,86); }

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

border-color css

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

 span { border-color: rgb(237,85,86); }

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