Html Css Color HEX #EC1D4F Amaranth

📋 copy color: '#EC1D4F'

red 236 ◦ green 29 ◦ blue 79

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

Shades of Amaranth #EC1D4F

Tints of Amaranth #EC1D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.43%

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

R = 68.6%
G = 8.43%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC1D4F (or 0xEC1D4F) is known color: Amaranth. HEX triplet: EC, 1D and 4F. RGB value is (236,29,79). Sum of RGB (Red+Green+Blue) = 236+29+79=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D4F is #13E2B0. Grayscale: #606060. Windows color (decimal): -1303217 or 5185004. OLE color: 5185004.

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

Color convert

RGB 236 29 79 -
CMYK 0 0.88 0.67 0.07
HSL 345.51º 0.84% 0.52% -
HSV(B) 345.51º 0.88% 0.93% -
XYZ 36.44 19.28 9.2 -
YUV 96.59 118.08 227.43 -
System Red Green Blue C M Y K H S L
Decimal 236 29 79 0 0.88 0.67 0.07 345.51 0.84 0.52
Hex EC 1D 4F 0 58 43 7 15A 54 34
Octal 354 35 117 0 130 103 7 532 124 64
Binary 11101100 11101 1001111 0 1011000 1000011 111 101011010 1010100 110100

Color Harmonies of #EC1D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D4F

Black with #EC1D4F

Text Example


Text Example

White with #EC1D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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