Html Css Color HEX #EC575A Mandy

📋 copy color: '#EC575A'

red 236 ◦ green 87 ◦ blue 90

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

Shades of Mandy #EC575A

Tints of Mandy #EC575A

RGB

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

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

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

R = 57.14%
G = 21.07%
B = 21.79%

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

#EC575A (or 0xEC575A) is known color: Mandy. HEX triplet: EC, 57 and 5A. RGB value is (236,87,90). Sum of RGB (Red+Green+Blue) = 236+87+90=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC575A is #13A8A5. Grayscale: #848484. Windows color (decimal): -1288358 or 5920748. OLE color: 5920748.

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

Color convert

RGB 236 87 90 -
CMYK 0 0.63 0.62 0.07
HSL 358.79º 0.8% 0.63% -
HSV(B) 358.79º 0.63% 0.93% -
XYZ 39.85 25.39 12.47 -
YUV 131.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 236 87 90 0 0.63 0.62 0.07 358.79 0.8 0.63
Hex EC 57 5A 0 3F 3E 7 167 50 3F
Octal 354 127 132 0 77 76 7 547 120 77
Binary 11101100 1010111 1011010 0 111111 111110 111 101100111 1010000 111111

Color Harmonies of #EC575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC575A

Black with #EC575A

Text Example


Text Example

White with #EC575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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