Html Css Color HEX #EC4255 Amaranth

📋 copy color: '#EC4255'

red 236 ◦ green 66 ◦ blue 85

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

Shades of Amaranth #EC4255

Tints of Amaranth #EC4255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.05%

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

R = 60.98%
G = 17.05%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC4255 (or 0xEC4255) is known color: Amaranth. HEX triplet: EC, 42 and 55. RGB value is (236,66,85). Sum of RGB (Red+Green+Blue) = 236+66+85=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4255 is #13BDAA. Grayscale: #777777. Windows color (decimal): -1293739 or 5587692. OLE color: 5587692.

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

Color convert

RGB 236 66 85 -
CMYK 0 0.72 0.64 0.07
HSL 353.29º 0.82% 0.59% -
HSV(B) 353.29º 0.72% 0.93% -
XYZ 38.18 22.39 10.9 -
YUV 119 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 236 66 85 0 0.72 0.64 0.07 353.29 0.82 0.59
Hex EC 42 55 0 48 40 7 161 52 3B
Octal 354 102 125 0 110 100 7 541 122 73
Binary 11101100 1000010 1010101 0 1001000 1000000 111 101100001 1010010 111011

Color Harmonies of #EC4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4255

Black with #EC4255

Text Example


Text Example

White with #EC4255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4255; }

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

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

background-color css

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

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

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

border-color css

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

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

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