Html Css Color HEX #EC3352 Amaranth

📋 copy color: '#EC3352'

red 236 ◦ green 51 ◦ blue 82

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

Shades of Amaranth #EC3352

Tints of Amaranth #EC3352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.22%

R = 63.96%
G = 13.82%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC3352 (or 0xEC3352) is known color: Amaranth. HEX triplet: EC, 33 and 52. RGB value is (236,51,82). Sum of RGB (Red+Green+Blue) = 236+51+82=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3352 is #13CCAD. Grayscale: #6D6D6D. Windows color (decimal): -1297582 or 5387244. OLE color: 5387244.

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

Color convert

RGB 236 51 82 -
CMYK 0 0.78 0.65 0.07
HSL 349.95º 0.83% 0.56% -
HSV(B) 349.95º 0.78% 0.93% -
XYZ 37.3 20.81 10.03 -
YUV 109.85 112.29 217.98 -
System Red Green Blue C M Y K H S L
Decimal 236 51 82 0 0.78 0.65 0.07 349.95 0.83 0.56
Hex EC 33 52 0 4E 41 7 15E 53 38
Octal 354 63 122 0 116 101 7 536 123 70
Binary 11101100 110011 1010010 0 1001110 1000001 111 101011110 1010011 111000

Color Harmonies of #EC3352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3352

Black with #EC3352

Text Example


Text Example

White with #EC3352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3352; }

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

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

background-color css

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

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

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

border-color css

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

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

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