Html Css Color HEX #EC3045 Amaranth

📋 copy color: '#EC3045'

red 236 ◦ green 48 ◦ blue 69

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

Shades of Amaranth #EC3045

Tints of Amaranth #EC3045

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 66.86%
G = 13.6%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC3045 (or 0xEC3045) is known color: Amaranth. HEX triplet: EC, 30 and 45. RGB value is (236,48,69). Sum of RGB (Red+Green+Blue) = 236+48+69=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3045 is #13CFBA. Grayscale: #6A6A6A. Windows color (decimal): -1298363 or 4534508. OLE color: 4534508.

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

Color convert

RGB 236 48 69 -
CMYK 0 0.80 0.71 0.07
HSL 353.3º 0.83% 0.56% -
HSV(B) 353.3º 0.8% 0.93% -
XYZ 36.72 20.38 7.63 -
YUV 106.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 236 48 69 0 0.80 0.71 0.07 353.3 0.83 0.56
Hex EC 30 45 0 50 47 7 161 53 38
Octal 354 60 105 0 120 107 7 541 123 70
Binary 11101100 110000 1000101 0 1010000 1000111 111 101100001 1010011 111000

Color Harmonies of #EC3045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3045

Black with #EC3045

Text Example


Text Example

White with #EC3045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3045; }

 p { color: rgb(236,48,69); }

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

background-color css

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

 a { background-color: rgb(236,48,69); }

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

border-color css

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

 span { border-color: rgb(236,48,69); }

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