Html Css Color HEX #EC535E Mandy

📋 copy color: '#EC535E'

red 236 ◦ green 83 ◦ blue 94

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

Shades of Mandy #EC535E

Tints of Mandy #EC535E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.76%

R = 57.14%
G = 20.1%
B = 22.76%

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

#EC535E (or 0xEC535E) is known color: Mandy. HEX triplet: EC, 53 and 5E. RGB value is (236,83,94). Sum of RGB (Red+Green+Blue) = 236+83+94=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC535E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC535E is #13ACA1. Grayscale: #828282. Windows color (decimal): -1289378 or 6181868. OLE color: 6181868.

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

Color convert

RGB 236 83 94 -
CMYK 0 0.65 0.60 0.07
HSL 355.69º 0.8% 0.63% -
HSV(B) 355.69º 0.65% 0.93% -
XYZ 39.71 24.83 13.29 -
YUV 130 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 236 83 94 0 0.65 0.60 0.07 355.69 0.8 0.63
Hex EC 53 5E 0 41 3C 7 164 50 3F
Octal 354 123 136 0 101 74 7 544 120 77
Binary 11101100 1010011 1011110 0 1000001 111100 111 101100100 1010000 111111

Color Harmonies of #EC535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC535E

Black with #EC535E

Text Example


Text Example

White with #EC535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC535E; }

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

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

background-color css

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

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

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

border-color css

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

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

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