Html Css Color HEX #ED565E Mandy

📋 copy color: '#ED565E'

red 237 ◦ green 86 ◦ blue 94

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

Shades of Mandy #ED565E

Tints of Mandy #ED565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.62%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 56.83%
G = 20.62%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED565E (or 0xED565E) is known color: Mandy. HEX triplet: ED, 56 and 5E. RGB value is (237,86,94). Sum of RGB (Red+Green+Blue) = 237+86+94=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED565E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED565E is #12A9A1. Grayscale: #848484. Windows color (decimal): -1223074 or 6182637. OLE color: 6182637.

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

Color convert

RGB 237 86 94 -
CMYK 0 0.64 0.60 0.07
HSL 356.82º 0.81% 0.63% -
HSV(B) 356.82º 0.64% 0.93% -
XYZ 40.27 25.47 13.38 -
YUV 132.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 237 86 94 0 0.64 0.60 0.07 356.82 0.81 0.63
Hex ED 56 5E 0 40 3C 7 165 51 3F
Octal 355 126 136 0 100 74 7 545 121 77
Binary 11101101 1010110 1011110 0 1000000 111100 111 101100101 1010001 111111

Color Harmonies of #ED565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED565E

Black with #ED565E

Text Example


Text Example

White with #ED565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED565E; }

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

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

background-color css

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

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

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

border-color css

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

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

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