Html Css Color HEX #EC254E Amaranth

📋 copy color: '#EC254E'

red 236 ◦ green 37 ◦ blue 78

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

Shades of Amaranth #EC254E

Tints of Amaranth #EC254E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.22%

R = 67.24%
G = 10.54%
B = 22.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

#EC254E (or 0xEC254E) is known color: Amaranth. HEX triplet: EC, 25 and 4E. RGB value is (236,37,78). Sum of RGB (Red+Green+Blue) = 236+37+78=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC254E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC254E is #13DAB1. Grayscale: #656565. Windows color (decimal): -1301170 or 5121516. OLE color: 5121516.

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

Color convert

RGB 236 37 78 -
CMYK 0 0.84 0.67 0.07
HSL 347.64º 0.84% 0.54% -
HSV(B) 347.64º 0.84% 0.93% -
XYZ 36.63 19.71 9.08 -
YUV 101.18 114.93 224.17 -
System Red Green Blue C M Y K H S L
Decimal 236 37 78 0 0.84 0.67 0.07 347.64 0.84 0.54
Hex EC 25 4E 0 54 43 7 15C 54 36
Octal 354 45 116 0 124 103 7 534 124 66
Binary 11101100 100101 1001110 0 1010100 1000011 111 101011100 1010100 110110

Color Harmonies of #EC254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC254E

Black with #EC254E

Text Example


Text Example

White with #EC254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC254E; }

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

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

background-color css

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

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

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

border-color css

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

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

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