Html Css Color HEX #ED585A Mandy

📋 copy color: '#ED585A'

red 237 ◦ green 88 ◦ blue 90

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

Shades of Mandy #ED585A

Tints of Mandy #ED585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.69%

R = 57.11%
G = 21.2%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED585A (or 0xED585A) is known color: Mandy. HEX triplet: ED, 58 and 5A. RGB value is (237,88,90). Sum of RGB (Red+Green+Blue) = 237+88+90=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED585A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED585A is #12A7A5. Grayscale: #848484. Windows color (decimal): -1222566 or 5921005. OLE color: 5921005.

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

Color convert

RGB 237 88 90 -
CMYK 0 0.63 0.62 0.07
HSL 359.19º 0.81% 0.64% -
HSV(B) 359.19º 0.63% 0.93% -
XYZ 40.26 25.72 12.52 -
YUV 132.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 237 88 90 0 0.63 0.62 0.07 359.19 0.81 0.64
Hex ED 58 5A 0 3F 3E 7 167 51 40
Octal 355 130 132 0 77 76 7 547 121 100
Binary 11101101 1011000 1011010 0 111111 111110 111 101100111 1010001 1000000

Color Harmonies of #ED585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED585A

Black with #ED585A

Text Example


Text Example

White with #ED585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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