Html Css Color HEX #EC254D Amaranth

📋 copy color: '#EC254D'

red 236 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #EC254D

Tints of Amaranth #EC254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 67.43%
G = 10.57%
B = 22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC254D (or 0xEC254D) is known color: Amaranth. HEX triplet: EC, 25 and 4D. RGB value is (236,37,77). Sum of RGB (Red+Green+Blue) = 236+37+77=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC254D is #13DAB2. Grayscale: #656565. Windows color (decimal): -1301171 or 5055980. OLE color: 5055980.

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

Color convert

RGB 236 37 77 -
CMYK 0 0.84 0.67 0.07
HSL 347.94º 0.84% 0.54% -
HSV(B) 347.94º 0.84% 0.93% -
XYZ 36.59 19.69 8.89 -
YUV 101.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 236 37 77 0 0.84 0.67 0.07 347.94 0.84 0.54
Hex EC 25 4D 0 54 43 7 15C 54 36
Octal 354 45 115 0 124 103 7 534 124 66
Binary 11101100 100101 1001101 0 1010100 1000011 111 101011100 1010100 110110

Color Harmonies of #EC254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC254D

Black with #EC254D

Text Example


Text Example

White with #EC254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC254D; }

 p { color: rgb(236,37,77); }

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

background-color css

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

 a { background-color: rgb(236,37,77); }

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

border-color css

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

 span { border-color: rgb(236,37,77); }

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