Html Css Color HEX #ED585D Mandy

📋 copy color: '#ED585D'

red 237 ◦ green 88 ◦ blue 93

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

Shades of Mandy #ED585D

Tints of Mandy #ED585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.05%

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

R = 56.7%
G = 21.05%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED585D (or 0xED585D) is known color: Mandy. HEX triplet: ED, 58 and 5D. RGB value is (237,88,93). Sum of RGB (Red+Green+Blue) = 237+88+93=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED585D is #12A7A2. Grayscale: #858585. Windows color (decimal): -1222563 or 6117613. OLE color: 6117613.

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

Color convert

RGB 237 88 93 -
CMYK 0 0.63 0.61 0.07
HSL 357.99º 0.81% 0.64% -
HSV(B) 357.99º 0.63% 0.93% -
XYZ 40.39 25.77 13.2 -
YUV 133.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 237 88 93 0 0.63 0.61 0.07 357.99 0.81 0.64
Hex ED 58 5D 0 3F 3D 7 166 51 40
Octal 355 130 135 0 77 75 7 546 121 100
Binary 11101101 1011000 1011101 0 111111 111101 111 101100110 1010001 1000000

Color Harmonies of #ED585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED585D

Black with #ED585D

Text Example


Text Example

White with #ED585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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