Html Css Color HEX #EC2E4F Amaranth

📋 copy color: '#EC2E4F'

red 236 ◦ green 46 ◦ blue 79

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

Shades of Amaranth #EC2E4F

Tints of Amaranth #EC2E4F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.74%

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

R = 65.37%
G = 12.74%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC2E4F (or 0xEC2E4F) is known color: Amaranth. HEX triplet: EC, 2E and 4F. RGB value is (236,46,79). Sum of RGB (Red+Green+Blue) = 236+46+79=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2E4F is #13D1B0. Grayscale: #6A6A6A. Windows color (decimal): -1298865 or 5189356. OLE color: 5189356.

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

Color convert

RGB 236 46 79 -
CMYK 0 0.81 0.67 0.07
HSL 349.58º 0.83% 0.55% -
HSV(B) 349.58º 0.81% 0.93% -
XYZ 36.98 20.35 9.38 -
YUV 106.57 112.45 220.32 -
System Red Green Blue C M Y K H S L
Decimal 236 46 79 0 0.81 0.67 0.07 349.58 0.83 0.55
Hex EC 2E 4F 0 51 43 7 15E 53 37
Octal 354 56 117 0 121 103 7 536 123 67
Binary 11101100 101110 1001111 0 1010001 1000011 111 101011110 1010011 110111

Color Harmonies of #EC2E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E4F

Black with #EC2E4F

Text Example


Text Example

White with #EC2E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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