Html Css Color HEX #EC2755 Amaranth

📋 copy color: '#EC2755'

red 236 ◦ green 39 ◦ blue 85

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

Shades of Amaranth #EC2755

Tints of Amaranth #EC2755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 65.56%
G = 10.83%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC2755 (or 0xEC2755) is known color: Amaranth. HEX triplet: EC, 27 and 55. RGB value is (236,39,85). Sum of RGB (Red+Green+Blue) = 236+39+85=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2755 is #13D8AA. Grayscale: #676767. Windows color (decimal): -1300651 or 5580780. OLE color: 5580780.

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

Color convert

RGB 236 39 85 -
CMYK 0 0.83 0.64 0.07
HSL 345.99º 0.84% 0.54% -
HSV(B) 345.99º 0.83% 0.93% -
XYZ 36.96 19.94 10.5 -
YUV 103.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 236 39 85 0 0.83 0.64 0.07 345.99 0.84 0.54
Hex EC 27 55 0 53 40 7 15A 54 36
Octal 354 47 125 0 123 100 7 532 124 66
Binary 11101100 100111 1010101 0 1010011 1000000 111 101011010 1010100 110110

Color Harmonies of #EC2755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2755

Black with #EC2755

Text Example


Text Example

White with #EC2755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2755; }

 p { color: rgb(236,39,85); }

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

background-color css

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

 a { background-color: rgb(236,39,85); }

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

border-color css

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

 span { border-color: rgb(236,39,85); }

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