Html Css Color HEX #EC575F Mandy

📋 copy color: '#EC575F'

red 236 ◦ green 87 ◦ blue 95

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

Shades of Mandy #EC575F

Tints of Mandy #EC575F

RGB

 RED value IS 236 (92.58% from 255) = 56.46%

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

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 56.46%
G = 20.81%
B = 22.73%

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

#EC575F (or 0xEC575F) is known color: Mandy. HEX triplet: EC, 57 and 5F. RGB value is (236,87,95). Sum of RGB (Red+Green+Blue) = 236+87+95=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC575F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC575F is #13A8A0. Grayscale: #848484. Windows color (decimal): -1288353 or 6248428. OLE color: 6248428.

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

Color convert

RGB 236 87 95 -
CMYK 0 0.63 0.60 0.07
HSL 356.78º 0.8% 0.63% -
HSV(B) 356.78º 0.63% 0.93% -
XYZ 40.07 25.48 13.63 -
YUV 132.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 236 87 95 0 0.63 0.60 0.07 356.78 0.8 0.63
Hex EC 57 5F 0 3F 3C 7 165 50 3F
Octal 354 127 137 0 77 74 7 545 120 77
Binary 11101100 1010111 1011111 0 111111 111100 111 101100101 1010000 111111

Color Harmonies of #EC575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC575F

Black with #EC575F

Text Example


Text Example

White with #EC575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC575F; }

 p { color: rgb(236,87,95); }

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

background-color css

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

 a { background-color: rgb(236,87,95); }

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

border-color css

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

 span { border-color: rgb(236,87,95); }

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