Html Css Color HEX #EC275C Amaranth

📋 copy color: '#EC275C'

red 236 ◦ green 39 ◦ blue 92

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

Shades of Amaranth #EC275C

Tints of Amaranth #EC275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 64.31%
G = 10.63%
B = 25.07%

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

#EC275C (or 0xEC275C) is known color: Amaranth. HEX triplet: EC, 27 and 5C. RGB value is (236,39,92). Sum of RGB (Red+Green+Blue) = 236+39+92=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC275C is #13D8A3. Grayscale: #676767. Windows color (decimal): -1300644 or 6039532. OLE color: 6039532.

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

Color convert

RGB 236 39 92 -
CMYK 0 0.83 0.61 0.07
HSL 343.86º 0.84% 0.54% -
HSV(B) 343.86º 0.83% 0.93% -
XYZ 37.25 20.06 12.03 -
YUV 103.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 236 39 92 0 0.83 0.61 0.07 343.86 0.84 0.54
Hex EC 27 5C 0 53 3D 7 158 54 36
Octal 354 47 134 0 123 75 7 530 124 66
Binary 11101100 100111 1011100 0 1010011 111101 111 101011000 1010100 110110

Color Harmonies of #EC275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC275C

Black with #EC275C

Text Example


Text Example

White with #EC275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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