Html Css Color HEX #EC264C Amaranth

📋 copy color: '#EC264C'

red 236 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #EC264C

Tints of Amaranth #EC264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.86%

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

R = 67.43%
G = 10.86%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC264C (or 0xEC264C) is known color: Amaranth. HEX triplet: EC, 26 and 4C. RGB value is (236,38,76). Sum of RGB (Red+Green+Blue) = 236+38+76=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC264C is #13D9B3. Grayscale: #656565. Windows color (decimal): -1300916 or 4990700. OLE color: 4990700.

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

Color convert

RGB 236 38 76 -
CMYK 0 0.84 0.68 0.07
HSL 348.48º 0.84% 0.54% -
HSV(B) 348.48º 0.84% 0.93% -
XYZ 36.59 19.74 8.72 -
YUV 101.53 113.6 223.91 -
System Red Green Blue C M Y K H S L
Decimal 236 38 76 0 0.84 0.68 0.07 348.48 0.84 0.54
Hex EC 26 4C 0 54 44 7 15C 54 36
Octal 354 46 114 0 124 104 7 534 124 66
Binary 11101100 100110 1001100 0 1010100 1000100 111 101011100 1010100 110110

Color Harmonies of #EC264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC264C

Black with #EC264C

Text Example


Text Example

White with #EC264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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