Html Css Color HEX #EC5256 Mandy

📋 copy color: '#EC5256'

red 236 ◦ green 82 ◦ blue 86

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

Shades of Mandy #EC5256

Tints of Mandy #EC5256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.3%

 BLUE value IS 86 (33.98% from 255) = 21.29%

R = 58.42%
G = 20.3%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC5256 (or 0xEC5256) is known color: Mandy. HEX triplet: EC, 52 and 56. RGB value is (236,82,86). Sum of RGB (Red+Green+Blue) = 236+82+86=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5256 is #13ADA9. Grayscale: #808080. Windows color (decimal): -1289642 or 5657324. OLE color: 5657324.

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

Color convert

RGB 236 82 86 -
CMYK 0 0.65 0.64 0.07
HSL 358.44º 0.8% 0.62% -
HSV(B) 358.44º 0.65% 0.93% -
XYZ 39.29 24.54 11.47 -
YUV 128.5 104.02 204.67 -
System Red Green Blue C M Y K H S L
Decimal 236 82 86 0 0.65 0.64 0.07 358.44 0.8 0.62
Hex EC 52 56 0 41 40 7 166 50 3E
Octal 354 122 126 0 101 100 7 546 120 76
Binary 11101100 1010010 1010110 0 1000001 1000000 111 101100110 1010000 111110

Color Harmonies of #EC5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5256

Black with #EC5256

Text Example


Text Example

White with #EC5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5256; }

 p { color: rgb(236,82,86); }

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

background-color css

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

 a { background-color: rgb(236,82,86); }

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

border-color css

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

 span { border-color: rgb(236,82,86); }

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