Html Css Color HEX #EC244C Amaranth

📋 copy color: '#EC244C'

red 236 ◦ green 36 ◦ blue 76

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

Shades of Amaranth #EC244C

Tints of Amaranth #EC244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

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

R = 67.82%
G = 10.34%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC244C (or 0xEC244C) is known color: Amaranth. HEX triplet: EC, 24 and 4C. RGB value is (236,36,76). Sum of RGB (Red+Green+Blue) = 236+36+76=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC244C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC244C is #13DBB3. Grayscale: #646464. Windows color (decimal): -1301428 or 4990188. OLE color: 4990188.

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

Color convert

RGB 236 36 76 -
CMYK 0 0.85 0.68 0.07
HSL 348º 0.84% 0.53% -
HSV(B) 348º 0.85% 0.93% -
XYZ 36.53 19.62 8.7 -
YUV 100.36 114.26 224.75 -
System Red Green Blue C M Y K H S L
Decimal 236 36 76 0 0.85 0.68 0.07 348 0.84 0.53
Hex EC 24 4C 0 55 44 7 15C 54 35
Octal 354 44 114 0 125 104 7 534 124 65
Binary 11101100 100100 1001100 0 1010101 1000100 111 101011100 1010100 110101

Color Harmonies of #EC244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC244C

Black with #EC244C

Text Example


Text Example

White with #EC244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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