Html Css Color HEX #EC5258 Mandy

📋 copy color: '#EC5258'

red 236 ◦ green 82 ◦ blue 88

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

Shades of Mandy #EC5258

Tints of Mandy #EC5258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.67%

R = 58.13%
G = 20.2%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC5258 (or 0xEC5258) is known color: Mandy. HEX triplet: EC, 52 and 58. RGB value is (236,82,88). Sum of RGB (Red+Green+Blue) = 236+82+88=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5258 is #13ADA7. Grayscale: #808080. Windows color (decimal): -1289640 or 5788396. OLE color: 5788396.

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

Color convert

RGB 236 82 88 -
CMYK 0 0.65 0.63 0.07
HSL 357.66º 0.8% 0.62% -
HSV(B) 357.66º 0.65% 0.93% -
XYZ 39.37 24.57 11.9 -
YUV 128.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 236 82 88 0 0.65 0.63 0.07 357.66 0.8 0.62
Hex EC 52 58 0 41 3F 7 166 50 3E
Octal 354 122 130 0 101 77 7 546 120 76
Binary 11101100 1010010 1011000 0 1000001 111111 111 101100110 1010000 111110

Color Harmonies of #EC5258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5258

Black with #EC5258

Text Example


Text Example

White with #EC5258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5258; }

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

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

background-color css

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

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

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

border-color css

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

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

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