Html Css Color HEX #EC2F43 Amaranth

📋 copy color: '#EC2F43'

red 236 ◦ green 47 ◦ blue 67

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

Shades of Amaranth #EC2F43

Tints of Amaranth #EC2F43

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.43%

 BLUE value IS 67 (26.56% from 255) = 19.14%

R = 67.43%
G = 13.43%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2F43 (or 0xEC2F43) is known color: Amaranth. HEX triplet: EC, 2F and 43. RGB value is (236,47,67). Sum of RGB (Red+Green+Blue) = 236+47+67=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F43 is #13D0BC. Grayscale: #696969. Windows color (decimal): -1298621 or 4403180. OLE color: 4403180.

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

Color convert

RGB 236 47 67 -
CMYK 0 0.80 0.72 0.07
HSL 353.65º 0.83% 0.55% -
HSV(B) 353.65º 0.8% 0.93% -
XYZ 36.62 20.27 7.29 -
YUV 105.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 236 47 67 0 0.80 0.72 0.07 353.65 0.83 0.55
Hex EC 2F 43 0 50 48 7 162 53 37
Octal 354 57 103 0 120 110 7 542 123 67
Binary 11101100 101111 1000011 0 1010000 1001000 111 101100010 1010011 110111

Color Harmonies of #EC2F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F43

Black with #EC2F43

Text Example


Text Example

White with #EC2F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F43; }

 p { color: rgb(236,47,67); }

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

background-color css

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

 a { background-color: rgb(236,47,67); }

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

border-color css

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

 span { border-color: rgb(236,47,67); }

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