Html Css Color HEX #EC3F52 Amaranth

📋 copy color: '#EC3F52'

red 236 ◦ green 63 ◦ blue 82

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

Shades of Amaranth #EC3F52

Tints of Amaranth #EC3F52

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 61.94%
G = 16.54%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC3F52 (or 0xEC3F52) is known color: Amaranth. HEX triplet: EC, 3F and 52. RGB value is (236,63,82). Sum of RGB (Red+Green+Blue) = 236+63+82=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F52 is #13C0AD. Grayscale: #747474. Windows color (decimal): -1294510 or 5390316. OLE color: 5390316.

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

Color convert

RGB 236 63 82 -
CMYK 0 0.73 0.65 0.07
HSL 353.41º 0.82% 0.59% -
HSV(B) 353.41º 0.73% 0.93% -
XYZ 37.89 22 10.23 -
YUV 116.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 236 63 82 0 0.73 0.65 0.07 353.41 0.82 0.59
Hex EC 3F 52 0 49 41 7 161 52 3B
Octal 354 77 122 0 111 101 7 541 122 73
Binary 11101100 111111 1010010 0 1001001 1000001 111 101100001 1010010 111011

Color Harmonies of #EC3F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F52

Black with #EC3F52

Text Example


Text Example

White with #EC3F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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