Html Css Color HEX #EC3B48 Amaranth

📋 copy color: '#EC3B48'

red 236 ◦ green 59 ◦ blue 72

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

Shades of Amaranth #EC3B48

Tints of Amaranth #EC3B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.08%

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

R = 64.31%
G = 16.08%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC3B48 (or 0xEC3B48) is known color: Amaranth. HEX triplet: EC, 3B and 48. RGB value is (236,59,72). Sum of RGB (Red+Green+Blue) = 236+59+72=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B48 is #13C4B7. Grayscale: #717171. Windows color (decimal): -1295544 or 4733932. OLE color: 4733932.

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

Color convert

RGB 236 59 72 -
CMYK 0 0.75 0.69 0.07
HSL 355.59º 0.82% 0.58% -
HSV(B) 355.59º 0.75% 0.93% -
XYZ 37.33 21.43 8.3 -
YUV 113.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 236 59 72 0 0.75 0.69 0.07 355.59 0.82 0.58
Hex EC 3B 48 0 4B 45 7 164 52 3A
Octal 354 73 110 0 113 105 7 544 122 72
Binary 11101100 111011 1001000 0 1001011 1000101 111 101100100 1010010 111010

Color Harmonies of #EC3B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3B48

Black with #EC3B48

Text Example


Text Example

White with #EC3B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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