Html Css Color HEX #ED575E Mandy

📋 copy color: '#ED575E'

red 237 ◦ green 87 ◦ blue 94

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

Shades of Mandy #ED575E

Tints of Mandy #ED575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 56.7%
G = 20.81%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED575E (or 0xED575E) is known color: Mandy. HEX triplet: ED, 57 and 5E. RGB value is (237,87,94). Sum of RGB (Red+Green+Blue) = 237+87+94=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED575E is #12A8A1. Grayscale: #848484. Windows color (decimal): -1222818 or 6182893. OLE color: 6182893.

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

Color convert

RGB 237 87 94 -
CMYK 0 0.63 0.60 0.07
HSL 357.2º 0.81% 0.64% -
HSV(B) 357.2º 0.63% 0.93% -
XYZ 40.35 25.63 13.41 -
YUV 132.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 237 87 94 0 0.63 0.60 0.07 357.2 0.81 0.64
Hex ED 57 5E 0 3F 3C 7 165 51 40
Octal 355 127 136 0 77 74 7 545 121 100
Binary 11101101 1010111 1011110 0 111111 111100 111 101100101 1010001 1000000

Color Harmonies of #ED575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED575E

Black with #ED575E

Text Example


Text Example

White with #ED575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED575E; }

 p { color: rgb(237,87,94); }

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

background-color css

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

 a { background-color: rgb(237,87,94); }

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

border-color css

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

 span { border-color: rgb(237,87,94); }

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