Html Css Color HEX #EC4A4D Mandy

📋 copy color: '#EC4A4D'

red 236 ◦ green 74 ◦ blue 77

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

Shades of Mandy #EC4A4D

Tints of Mandy #EC4A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.12%

 BLUE value IS 77 (30.47% from 255) = 19.9%

R = 60.98%
G = 19.12%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC4A4D (or 0xEC4A4D) is known color: Mandy. HEX triplet: EC, 4A and 4D. RGB value is (236,74,77). Sum of RGB (Red+Green+Blue) = 236+74+77=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A4D is #13B5B2. Grayscale: #7A7A7A. Windows color (decimal): -1291699 or 5065452. OLE color: 5065452.

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

Color convert

RGB 236 74 77 -
CMYK 0 0.69 0.67 0.07
HSL 358.89º 0.81% 0.61% -
HSV(B) 358.89º 0.69% 0.93% -
XYZ 38.38 23.27 9.49 -
YUV 122.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 236 74 77 0 0.69 0.67 0.07 358.89 0.81 0.61
Hex EC 4A 4D 0 45 43 7 167 51 3D
Octal 354 112 115 0 105 103 7 547 121 75
Binary 11101100 1001010 1001101 0 1000101 1000011 111 101100111 1010001 111101

Color Harmonies of #EC4A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A4D

Black with #EC4A4D

Text Example


Text Example

White with #EC4A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A4D; }

 p { color: rgb(236,74,77); }

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

background-color css

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

 a { background-color: rgb(236,74,77); }

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

border-color css

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

 span { border-color: rgb(236,74,77); }

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