Html Css Color HEX #EC5A5C Mandy

📋 copy color: '#EC5A5C'

red 236 ◦ green 90 ◦ blue 92

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

Shades of Mandy #EC5A5C

Tints of Mandy #EC5A5C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.53%

 BLUE value IS 92 (36.33% from 255) = 22.01%

R = 56.46%
G = 21.53%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC5A5C (or 0xEC5A5C) is known color: Mandy. HEX triplet: EC, 5A and 5C. RGB value is (236,90,92). Sum of RGB (Red+Green+Blue) = 236+90+92=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A5C is #13A5A3. Grayscale: #868686. Windows color (decimal): -1287588 or 6052588. OLE color: 6052588.

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

Color convert

RGB 236 90 92 -
CMYK 0 0.62 0.61 0.07
HSL 359.18º 0.79% 0.64% -
HSV(B) 359.18º 0.62% 0.93% -
XYZ 40.18 25.92 13.01 -
YUV 133.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 236 90 92 0 0.62 0.61 0.07 359.18 0.79 0.64
Hex EC 5A 5C 0 3E 3D 7 167 4F 40
Octal 354 132 134 0 76 75 7 547 117 100
Binary 11101100 1011010 1011100 0 111110 111101 111 101100111 1001111 1000000

Color Harmonies of #EC5A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A5C

Black with #EC5A5C

Text Example


Text Example

White with #EC5A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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