Html Css Color HEX #EC2655 Amaranth

📋 copy color: '#EC2655'

red 236 ◦ green 38 ◦ blue 85

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

Shades of Amaranth #EC2655

Tints of Amaranth #EC2655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

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

R = 65.74%
G = 10.58%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC2655 (or 0xEC2655) is known color: Amaranth. HEX triplet: EC, 26 and 55. RGB value is (236,38,85). Sum of RGB (Red+Green+Blue) = 236+38+85=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2655 is #13D9AA. Grayscale: #666666. Windows color (decimal): -1300907 or 5580524. OLE color: 5580524.

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

Color convert

RGB 236 38 85 -
CMYK 0 0.84 0.64 0.07
HSL 345.76º 0.84% 0.54% -
HSV(B) 345.76º 0.84% 0.93% -
XYZ 36.92 19.87 10.48 -
YUV 102.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 236 38 85 0 0.84 0.64 0.07 345.76 0.84 0.54
Hex EC 26 55 0 54 40 7 15A 54 36
Octal 354 46 125 0 124 100 7 532 124 66
Binary 11101100 100110 1010101 0 1010100 1000000 111 101011010 1010100 110110

Color Harmonies of #EC2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2655

Black with #EC2655

Text Example


Text Example

White with #EC2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2655; }

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

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

background-color css

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

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

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

border-color css

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

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

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