Html Css Color HEX #ED565D Mandy

📋 copy color: '#ED565D'

red 237 ◦ green 86 ◦ blue 93

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

Shades of Mandy #ED565D

Tints of Mandy #ED565D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 56.97%
G = 20.67%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED565D (or 0xED565D) is known color: Mandy. HEX triplet: ED, 56 and 5D. RGB value is (237,86,93). Sum of RGB (Red+Green+Blue) = 237+86+93=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED565D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED565D is #12A9A2. Grayscale: #848484. Windows color (decimal): -1223075 or 6117101. OLE color: 6117101.

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

Color convert

RGB 237 86 93 -
CMYK 0 0.64 0.61 0.07
HSL 357.22º 0.81% 0.63% -
HSV(B) 357.22º 0.64% 0.93% -
XYZ 40.23 25.45 13.15 -
YUV 131.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 237 86 93 0 0.64 0.61 0.07 357.22 0.81 0.63
Hex ED 56 5D 0 40 3D 7 165 51 3F
Octal 355 126 135 0 100 75 7 545 121 77
Binary 11101101 1010110 1011101 0 1000000 111101 111 101100101 1010001 111111

Color Harmonies of #ED565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED565D

Black with #ED565D

Text Example


Text Example

White with #ED565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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