Html Css Color HEX #ED5058 Mandy

📋 copy color: '#ED5058'

red 237 ◦ green 80 ◦ blue 88

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

Shades of Mandy #ED5058

Tints of Mandy #ED5058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.75%

 BLUE value IS 88 (34.77% from 255) = 21.73%

R = 58.52%
G = 19.75%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED5058 (or 0xED5058) is known color: Mandy. HEX triplet: ED, 50 and 58. RGB value is (237,80,88). Sum of RGB (Red+Green+Blue) = 237+80+88=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5058 is #12AFA7. Grayscale: #7F7F7F. Windows color (decimal): -1224616 or 5787885. OLE color: 5787885.

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

Color convert

RGB 237 80 88 -
CMYK 0 0.66 0.63 0.07
HSL 356.94º 0.81% 0.62% -
HSV(B) 356.94º 0.66% 0.93% -
XYZ 39.56 24.45 11.87 -
YUV 127.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 237 80 88 0 0.66 0.63 0.07 356.94 0.81 0.62
Hex ED 50 58 0 42 3F 7 165 51 3E
Octal 355 120 130 0 102 77 7 545 121 76
Binary 11101101 1010000 1011000 0 1000010 111111 111 101100101 1010001 111110

Color Harmonies of #ED5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5058

Black with #ED5058

Text Example


Text Example

White with #ED5058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5058; }

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

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

background-color css

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

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

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

border-color css

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

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

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