Html Css Color HEX #EC535F Mandy

📋 copy color: '#EC535F'

red 236 ◦ green 83 ◦ blue 95

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

Shades of Mandy #EC535F

Tints of Mandy #EC535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 57%
G = 20.05%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC535F (or 0xEC535F) is known color: Mandy. HEX triplet: EC, 53 and 5F. RGB value is (236,83,95). Sum of RGB (Red+Green+Blue) = 236+83+95=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC535F is #13ACA0. Grayscale: #828282. Windows color (decimal): -1289377 or 6247404. OLE color: 6247404.

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

Color convert

RGB 236 83 95 -
CMYK 0 0.65 0.60 0.07
HSL 355.29º 0.8% 0.63% -
HSV(B) 355.29º 0.65% 0.93% -
XYZ 39.75 24.85 13.53 -
YUV 130.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 236 83 95 0 0.65 0.60 0.07 355.29 0.8 0.63
Hex EC 53 5F 0 41 3C 7 163 50 3F
Octal 354 123 137 0 101 74 7 543 120 77
Binary 11101100 1010011 1011111 0 1000001 111100 111 101100011 1010000 111111

Color Harmonies of #EC535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC535F

Black with #EC535F

Text Example


Text Example

White with #EC535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC535F; }

 p { color: rgb(236,83,95); }

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

background-color css

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

 a { background-color: rgb(236,83,95); }

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

border-color css

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

 span { border-color: rgb(236,83,95); }

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