Html Css Color HEX #EC334C Amaranth

📋 copy color: '#EC334C'

red 236 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #EC334C

Tints of Amaranth #EC334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 65.01%
G = 14.05%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC334C (or 0xEC334C) is known color: Amaranth. HEX triplet: EC, 33 and 4C. RGB value is (236,51,76). Sum of RGB (Red+Green+Blue) = 236+51+76=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC334C is #13CCB3. Grayscale: #6D6D6D. Windows color (decimal): -1297588 or 4994028. OLE color: 4994028.

HSL color Cylindrical-coordinate representation of color #EC334C: hue angle of 351.89º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC334C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 51 76 -
CMYK 0 0.78 0.68 0.07
HSL 351.89º 0.83% 0.56% -
HSV(B) 351.89º 0.78% 0.93% -
XYZ 37.08 20.72 8.88 -
YUV 109.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 236 51 76 0 0.78 0.68 0.07 351.89 0.83 0.56
Hex EC 33 4C 0 4E 44 7 160 53 38
Octal 354 63 114 0 116 104 7 540 123 70
Binary 11101100 110011 1001100 0 1001110 1000100 111 101100000 1010011 111000

Color Harmonies of #EC334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC334C

Black with #EC334C

Text Example


Text Example

White with #EC334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC334C; }

 p { color: rgb(236,51,76); }

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

background-color css

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

 a { background-color: rgb(236,51,76); }

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

border-color css

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

 span { border-color: rgb(236,51,76); }

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