Html Css Color HEX #EC2B4F Amaranth

📋 copy color: '#EC2B4F'

red 236 ◦ green 43 ◦ blue 79

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

Shades of Amaranth #EC2B4F

Tints of Amaranth #EC2B4F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.01%

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

R = 65.92%
G = 12.01%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC2B4F (or 0xEC2B4F) is known color: Amaranth. HEX triplet: EC, 2B and 4F. RGB value is (236,43,79). Sum of RGB (Red+Green+Blue) = 236+43+79=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B4F is #13D4B0. Grayscale: #686868. Windows color (decimal): -1299633 or 5188588. OLE color: 5188588.

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

Color convert

RGB 236 43 79 -
CMYK 0 0.82 0.67 0.07
HSL 348.81º 0.84% 0.55% -
HSV(B) 348.81º 0.82% 0.93% -
XYZ 36.87 20.13 9.34 -
YUV 104.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 236 43 79 0 0.82 0.67 0.07 348.81 0.84 0.55
Hex EC 2B 4F 0 52 43 7 15D 54 37
Octal 354 53 117 0 122 103 7 535 124 67
Binary 11101100 101011 1001111 0 1010010 1000011 111 101011101 1010100 110111

Color Harmonies of #EC2B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B4F

Black with #EC2B4F

Text Example


Text Example

White with #EC2B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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