Html Css Color HEX #EC555D Mandy

📋 copy color: '#EC555D'

red 236 ◦ green 85 ◦ blue 93

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

Shades of Mandy #EC555D

Tints of Mandy #EC555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.53%

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 57%
G = 20.53%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC555D (or 0xEC555D) is known color: Mandy. HEX triplet: EC, 55 and 5D. RGB value is (236,85,93). Sum of RGB (Red+Green+Blue) = 236+85+93=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC555D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC555D is #13AAA2. Grayscale: #838383. Windows color (decimal): -1288867 or 6116844. OLE color: 6116844.

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

Color convert

RGB 236 85 93 -
CMYK 0 0.64 0.61 0.07
HSL 356.82º 0.8% 0.63% -
HSV(B) 356.82º 0.64% 0.93% -
XYZ 39.82 25.12 13.11 -
YUV 131.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 236 85 93 0 0.64 0.61 0.07 356.82 0.8 0.63
Hex EC 55 5D 0 40 3D 7 165 50 3F
Octal 354 125 135 0 100 75 7 545 120 77
Binary 11101100 1010101 1011101 0 1000000 111101 111 101100101 1010000 111111

Color Harmonies of #EC555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC555D

Black with #EC555D

Text Example


Text Example

White with #EC555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC555D; }

 p { color: rgb(236,85,93); }

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

background-color css

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

 a { background-color: rgb(236,85,93); }

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

border-color css

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

 span { border-color: rgb(236,85,93); }

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