Html Css Color HEX #EC2750 Amaranth

📋 copy color: '#EC2750'

red 236 ◦ green 39 ◦ blue 80

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

Shades of Amaranth #EC2750

Tints of Amaranth #EC2750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 66.48%
G = 10.99%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC2750 (or 0xEC2750) is known color: Amaranth. HEX triplet: EC, 27 and 50. RGB value is (236,39,80). Sum of RGB (Red+Green+Blue) = 236+39+80=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2750 is #13D8AF. Grayscale: #666666. Windows color (decimal): -1300656 or 5253100. OLE color: 5253100.

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

Color convert

RGB 236 39 80 -
CMYK 0 0.83 0.66 0.07
HSL 347.51º 0.84% 0.54% -
HSV(B) 347.51º 0.83% 0.93% -
XYZ 36.77 19.86 9.49 -
YUV 102.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 236 39 80 0 0.83 0.66 0.07 347.51 0.84 0.54
Hex EC 27 50 0 53 42 7 15C 54 36
Octal 354 47 120 0 123 102 7 534 124 66
Binary 11101100 100111 1010000 0 1010011 1000010 111 101011100 1010100 110110

Color Harmonies of #EC2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2750

Black with #EC2750

Text Example


Text Example

White with #EC2750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2750; }

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

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

background-color css

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

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

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

border-color css

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

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

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