Html Css Color HEX #ED575B Mandy

📋 copy color: '#ED575B'

red 237 ◦ green 87 ◦ blue 91

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

Shades of Mandy #ED575B

Tints of Mandy #ED575B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.93%

R = 57.11%
G = 20.96%
B = 21.93%

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

#ED575B (or 0xED575B) is known color: Mandy. HEX triplet: ED, 57 and 5B. RGB value is (237,87,91). Sum of RGB (Red+Green+Blue) = 237+87+91=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED575B is #12A8A4. Grayscale: #848484. Windows color (decimal): -1222821 or 5986285. OLE color: 5986285.

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

Color convert

RGB 237 87 91 -
CMYK 0 0.63 0.62 0.07
HSL 358.4º 0.81% 0.64% -
HSV(B) 358.4º 0.63% 0.93% -
XYZ 40.22 25.58 12.71 -
YUV 132.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 237 87 91 0 0.63 0.62 0.07 358.4 0.81 0.64
Hex ED 57 5B 0 3F 3E 7 166 51 40
Octal 355 127 133 0 77 76 7 546 121 100
Binary 11101101 1010111 1011011 0 111111 111110 111 101100110 1010001 1000000

Color Harmonies of #ED575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED575B

Black with #ED575B

Text Example


Text Example

White with #ED575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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