Html Css Color HEX #ED565C Mandy

📋 copy color: '#ED565C'

red 237 ◦ green 86 ◦ blue 92

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

Shades of Mandy #ED565C

Tints of Mandy #ED565C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.17%

R = 57.11%
G = 20.72%
B = 22.17%

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

#ED565C (or 0xED565C) is known color: Mandy. HEX triplet: ED, 56 and 5C. RGB value is (237,86,92). Sum of RGB (Red+Green+Blue) = 237+86+92=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED565C is #12A9A3. Grayscale: #838383. Windows color (decimal): -1223076 or 6051565. OLE color: 6051565.

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

Color convert

RGB 237 86 92 -
CMYK 0 0.64 0.61 0.07
HSL 357.62º 0.81% 0.63% -
HSV(B) 357.62º 0.64% 0.93% -
XYZ 40.18 25.43 12.92 -
YUV 131.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 237 86 92 0 0.64 0.61 0.07 357.62 0.81 0.63
Hex ED 56 5C 0 40 3D 7 166 51 3F
Octal 355 126 134 0 100 75 7 546 121 77
Binary 11101101 1010110 1011100 0 1000000 111101 111 101100110 1010001 111111

Color Harmonies of #ED565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED565C

Black with #ED565C

Text Example


Text Example

White with #ED565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED565C; }

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

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

background-color css

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

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

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

border-color css

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

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

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