Html Css Color HEX #EC3B55 Amaranth

📋 copy color: '#EC3B55'

red 236 ◦ green 59 ◦ blue 85

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

Shades of Amaranth #EC3B55

Tints of Amaranth #EC3B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.53%

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

R = 62.11%
G = 15.53%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC3B55 (or 0xEC3B55) is known color: Amaranth. HEX triplet: EC, 3B and 55. RGB value is (236,59,85). Sum of RGB (Red+Green+Blue) = 236+59+85=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3B55 is #13C4AA. Grayscale: #727272. Windows color (decimal): -1295531 or 5585900. OLE color: 5585900.

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

Color convert

RGB 236 59 85 -
CMYK 0 0.75 0.64 0.07
HSL 351.19º 0.82% 0.58% -
HSV(B) 351.19º 0.75% 0.93% -
XYZ 37.8 21.62 10.77 -
YUV 114.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 236 59 85 0 0.75 0.64 0.07 351.19 0.82 0.58
Hex EC 3B 55 0 4B 40 7 15F 52 3A
Octal 354 73 125 0 113 100 7 537 122 72
Binary 11101100 111011 1010101 0 1001011 1000000 111 101011111 1010010 111010

Color Harmonies of #EC3B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3B55

Black with #EC3B55

Text Example


Text Example

White with #EC3B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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