Html Css Color HEX #EC2654 Amaranth

📋 copy color: '#EC2654'

red 236 ◦ green 38 ◦ blue 84

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

Shades of Amaranth #EC2654

Tints of Amaranth #EC2654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.46%

R = 65.92%
G = 10.61%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC2654 (or 0xEC2654) is known color: Amaranth. HEX triplet: EC, 26 and 54. RGB value is (236,38,84). Sum of RGB (Red+Green+Blue) = 236+38+84=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2654 is #13D9AB. Grayscale: #666666. Windows color (decimal): -1300908 or 5514988. OLE color: 5514988.

HSL color Cylindrical-coordinate representation of color #EC2654: hue angle of 346.06º 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 #EC2654 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 38 84 -
CMYK 0 0.84 0.64 0.07
HSL 346.06º 0.84% 0.54% -
HSV(B) 346.06º 0.84% 0.93% -
XYZ 36.89 19.86 10.28 -
YUV 102.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 236 38 84 0 0.84 0.64 0.07 346.06 0.84 0.54
Hex EC 26 54 0 54 40 7 15A 54 36
Octal 354 46 124 0 124 100 7 532 124 66
Binary 11101100 100110 1010100 0 1010100 1000000 111 101011010 1010100 110110

Color Harmonies of #EC2654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2654

Black with #EC2654

Text Example


Text Example

White with #EC2654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2654; }

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

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

background-color css

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

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

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

border-color css

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

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

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