Html Css Color HEX #EC2F48 Amaranth

📋 copy color: '#EC2F48'

red 236 ◦ green 47 ◦ blue 72

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

Shades of Amaranth #EC2F48

Tints of Amaranth #EC2F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 66.48%
G = 13.24%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC2F48 (or 0xEC2F48) is known color: Amaranth. HEX triplet: EC, 2F and 48. RGB value is (236,47,72). Sum of RGB (Red+Green+Blue) = 236+47+72=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F48 is #13D0B7. Grayscale: #6A6A6A. Windows color (decimal): -1298616 or 4730860. OLE color: 4730860.

HSL color Cylindrical-coordinate representation of color #EC2F48: hue angle of 352.06º 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 #EC2F48 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 47 72 -
CMYK 0 0.80 0.69 0.07
HSL 352.06º 0.83% 0.55% -
HSV(B) 352.06º 0.8% 0.93% -
XYZ 36.78 20.33 8.12 -
YUV 106.36 108.62 220.47 -
System Red Green Blue C M Y K H S L
Decimal 236 47 72 0 0.80 0.69 0.07 352.06 0.83 0.55
Hex EC 2F 48 0 50 45 7 160 53 37
Octal 354 57 110 0 120 105 7 540 123 67
Binary 11101100 101111 1001000 0 1010000 1000101 111 101100000 1010011 110111

Color Harmonies of #EC2F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F48

Black with #EC2F48

Text Example


Text Example

White with #EC2F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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