Html Css Color HEX #EC414F Amaranth

📋 copy color: '#EC414F'

red 236 ◦ green 65 ◦ blue 79

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

Shades of Amaranth #EC414F

Tints of Amaranth #EC414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

 BLUE value IS 79 (31.25% from 255) = 20.79%

R = 62.11%
G = 17.11%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC414F (or 0xEC414F) is known color: Amaranth. HEX triplet: EC, 41 and 4F. RGB value is (236,65,79). Sum of RGB (Red+Green+Blue) = 236+65+79=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC414F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC414F is #13BEB0. Grayscale: #757575. Windows color (decimal): -1294001 or 5194220. OLE color: 5194220.

HSL color Cylindrical-coordinate representation of color #EC414F: hue angle of 355.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC414F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 79 -
CMYK 0 0.72 0.67 0.07
HSL 355.09º 0.82% 0.59% -
HSV(B) 355.09º 0.72% 0.93% -
XYZ 37.89 22.18 9.68 -
YUV 117.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 236 65 79 0 0.72 0.67 0.07 355.09 0.82 0.59
Hex EC 41 4F 0 48 43 7 163 52 3B
Octal 354 101 117 0 110 103 7 543 122 73
Binary 11101100 1000001 1001111 0 1001000 1000011 111 101100011 1010010 111011

Color Harmonies of #EC414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC414F

Black with #EC414F

Text Example


Text Example

White with #EC414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC414F; }

 p { color: rgb(236,65,79); }

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

background-color css

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

 a { background-color: rgb(236,65,79); }

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

border-color css

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

 span { border-color: rgb(236,65,79); }

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