Html Css Color HEX #EC3248 Amaranth

📋 copy color: '#EC3248'

red 236 ◦ green 50 ◦ blue 72

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

Shades of Amaranth #EC3248

Tints of Amaranth #EC3248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.97%

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

R = 65.92%
G = 13.97%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC3248 (or 0xEC3248) is known color: Amaranth. HEX triplet: EC, 32 and 48. RGB value is (236,50,72). Sum of RGB (Red+Green+Blue) = 236+50+72=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3248 is #13CDB7. Grayscale: #6C6C6C. Windows color (decimal): -1297848 or 4731628. OLE color: 4731628.

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

Color convert

RGB 236 50 72 -
CMYK 0 0.79 0.69 0.07
HSL 352.9º 0.83% 0.56% -
HSV(B) 352.9º 0.79% 0.93% -
XYZ 36.9 20.58 8.16 -
YUV 108.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 236 50 72 0 0.79 0.69 0.07 352.9 0.83 0.56
Hex EC 32 48 0 4F 45 7 161 53 38
Octal 354 62 110 0 117 105 7 541 123 70
Binary 11101100 110010 1001000 0 1001111 1000101 111 101100001 1010011 111000

Color Harmonies of #EC3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3248

Black with #EC3248

Text Example


Text Example

White with #EC3248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3248; }

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

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

background-color css

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

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

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

border-color css

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

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

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