Html Css Color HEX #EC275D Amaranth

📋 copy color: '#EC275D'

red 236 ◦ green 39 ◦ blue 93

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

Shades of Amaranth #EC275D

Tints of Amaranth #EC275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 64.13%
G = 10.6%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC275D (or 0xEC275D) is known color: Amaranth. HEX triplet: EC, 27 and 5D. RGB value is (236,39,93). Sum of RGB (Red+Green+Blue) = 236+39+93=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC275D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC275D is #13D8A2. Grayscale: #686868. Windows color (decimal): -1300643 or 6105068. OLE color: 6105068.

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

Color convert

RGB 236 39 93 -
CMYK 0 0.83 0.61 0.07
HSL 343.55º 0.84% 0.54% -
HSV(B) 343.55º 0.83% 0.93% -
XYZ 37.29 20.07 12.27 -
YUV 104.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 236 39 93 0 0.83 0.61 0.07 343.55 0.84 0.54
Hex EC 27 5D 0 53 3D 7 158 54 36
Octal 354 47 135 0 123 75 7 530 124 66
Binary 11101100 100111 1011101 0 1010011 111101 111 101011000 1010100 110110

Color Harmonies of #EC275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC275D

Black with #EC275D

Text Example


Text Example

White with #EC275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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