Html Css Color HEX #ED575A Mandy

📋 copy color: '#ED575A'

red 237 ◦ green 87 ◦ blue 90

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

Shades of Mandy #ED575A

Tints of Mandy #ED575A

RGB

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

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

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

R = 57.25%
G = 21.01%
B = 21.74%

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

#ED575A (or 0xED575A) is known color: Mandy. HEX triplet: ED, 57 and 5A. RGB value is (237,87,90). Sum of RGB (Red+Green+Blue) = 237+87+90=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED575A is #12A8A5. Grayscale: #848484. Windows color (decimal): -1222822 or 5920749. OLE color: 5920749.

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

Color convert

RGB 237 87 90 -
CMYK 0 0.63 0.62 0.07
HSL 358.8º 0.81% 0.64% -
HSV(B) 358.8º 0.63% 0.93% -
XYZ 40.18 25.56 12.49 -
YUV 132.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 237 87 90 0 0.63 0.62 0.07 358.8 0.81 0.64
Hex ED 57 5A 0 3F 3E 7 167 51 40
Octal 355 127 132 0 77 76 7 547 121 100
Binary 11101101 1010111 1011010 0 111111 111110 111 101100111 1010001 1000000

Color Harmonies of #ED575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED575A

Black with #ED575A

Text Example


Text Example

White with #ED575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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