Html Css Color HEX #EC2252 Amaranth

📋 copy color: '#EC2252'

red 236 ◦ green 34 ◦ blue 82

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

Shades of Amaranth #EC2252

Tints of Amaranth #EC2252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.66%

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

R = 67.05%
G = 9.66%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC2252 (or 0xEC2252) is known color: Amaranth. HEX triplet: EC, 22 and 52. RGB value is (236,34,82). Sum of RGB (Red+Green+Blue) = 236+34+82=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2252 is #13DDAD. Grayscale: #636363. Windows color (decimal): -1301934 or 5382892. OLE color: 5382892.

HSL color Cylindrical-coordinate representation of color #EC2252: hue angle of 345.74º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2252 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 34 82 -
CMYK 0 0.86 0.65 0.07
HSL 345.74º 0.84% 0.53% -
HSV(B) 345.74º 0.86% 0.93% -
XYZ 36.69 19.59 9.83 -
YUV 99.87 117.92 225.1 -
System Red Green Blue C M Y K H S L
Decimal 236 34 82 0 0.86 0.65 0.07 345.74 0.84 0.53
Hex EC 22 52 0 56 41 7 15A 54 35
Octal 354 42 122 0 126 101 7 532 124 65
Binary 11101100 100010 1010010 0 1010110 1000001 111 101011010 1010100 110101

Color Harmonies of #EC2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2252

Black with #EC2252

Text Example


Text Example

White with #EC2252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2252; }

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

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

background-color css

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

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

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

border-color css

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

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

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