Html Css Color HEX #EC3455 Amaranth

📋 copy color: '#EC3455'

red 236 ◦ green 52 ◦ blue 85

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

Shades of Amaranth #EC3455

Tints of Amaranth #EC3455

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

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

R = 63.27%
G = 13.94%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC3455 (or 0xEC3455) is known color: Amaranth. HEX triplet: EC, 34 and 55. RGB value is (236,52,85). Sum of RGB (Red+Green+Blue) = 236+52+85=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3455 is #13CBAA. Grayscale: #6E6E6E. Windows color (decimal): -1297323 or 5584108. OLE color: 5584108.

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

Color convert

RGB 236 52 85 -
CMYK 0 0.78 0.64 0.07
HSL 349.24º 0.83% 0.56% -
HSV(B) 349.24º 0.78% 0.93% -
XYZ 37.46 20.94 10.66 -
YUV 110.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 236 52 85 0 0.78 0.64 0.07 349.24 0.83 0.56
Hex EC 34 55 0 4E 40 7 15D 53 38
Octal 354 64 125 0 116 100 7 535 123 70
Binary 11101100 110100 1010101 0 1001110 1000000 111 101011101 1010011 111000

Color Harmonies of #EC3455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3455

Black with #EC3455

Text Example


Text Example

White with #EC3455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3455; }

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

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

background-color css

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

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

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

border-color css

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

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

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