Html Css Color HEX #EC3348 Amaranth

📋 copy color: '#EC3348'

red 236 ◦ green 51 ◦ blue 72

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

Shades of Amaranth #EC3348

Tints of Amaranth #EC3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

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

R = 65.74%
G = 14.21%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC3348 (or 0xEC3348) is known color: Amaranth. HEX triplet: EC, 33 and 48. RGB value is (236,51,72). Sum of RGB (Red+Green+Blue) = 236+51+72=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3348 is #13CCB7. Grayscale: #6C6C6C. Windows color (decimal): -1297592 or 4731884. OLE color: 4731884.

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

Color convert

RGB 236 51 72 -
CMYK 0 0.78 0.69 0.07
HSL 353.19º 0.83% 0.56% -
HSV(B) 353.19º 0.78% 0.93% -
XYZ 36.95 20.67 8.17 -
YUV 108.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 236 51 72 0 0.78 0.69 0.07 353.19 0.83 0.56
Hex EC 33 48 0 4E 45 7 161 53 38
Octal 354 63 110 0 116 105 7 541 123 70
Binary 11101100 110011 1001000 0 1001110 1000101 111 101100001 1010011 111000

Color Harmonies of #EC3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3348

Black with #EC3348

Text Example


Text Example

White with #EC3348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3348; }

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

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

background-color css

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

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

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

border-color css

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

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

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