Html Css Color HEX #EC585A Mandy

📋 copy color: '#EC585A'

red 236 ◦ green 88 ◦ blue 90

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

Shades of Mandy #EC585A

Tints of Mandy #EC585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.26%

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

R = 57%
G = 21.26%
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

#EC585A (or 0xEC585A) is known color: Mandy. HEX triplet: EC, 58 and 5A. RGB value is (236,88,90). Sum of RGB (Red+Green+Blue) = 236+88+90=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC585A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC585A is #13A7A5. Grayscale: #848484. Windows color (decimal): -1288102 or 5921004. OLE color: 5921004.

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

Color convert

RGB 236 88 90 -
CMYK 0 0.63 0.62 0.07
HSL 359.19º 0.8% 0.64% -
HSV(B) 359.19º 0.63% 0.93% -
XYZ 39.93 25.55 12.5 -
YUV 132.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 236 88 90 0 0.63 0.62 0.07 359.19 0.8 0.64
Hex EC 58 5A 0 3F 3E 7 167 50 40
Octal 354 130 132 0 77 76 7 547 120 100
Binary 11101100 1011000 1011010 0 111111 111110 111 101100111 1010000 1000000

Color Harmonies of #EC585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC585A

Black with #EC585A

Text Example


Text Example

White with #EC585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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