Html Css Color HEX #EC2E5C Amaranth

📋 copy color: '#EC2E5C'

red 236 ◦ green 46 ◦ blue 92

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

Shades of Amaranth #EC2E5C

Tints of Amaranth #EC2E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.3%

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

R = 63.1%
G = 12.3%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC2E5C (or 0xEC2E5C) is known color: Amaranth. HEX triplet: EC, 2E and 5C. RGB value is (236,46,92). Sum of RGB (Red+Green+Blue) = 236+46+92=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2E5C is #13D1A3. Grayscale: #6C6C6C. Windows color (decimal): -1298852 or 6041324. OLE color: 6041324.

HSL color Cylindrical-coordinate representation of color #EC2E5C: hue angle of 345.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2E5C is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 46 92 -
CMYK 0 0.81 0.61 0.07
HSL 345.47º 0.83% 0.55% -
HSV(B) 345.47º 0.81% 0.93% -
XYZ 37.5 20.56 12.12 -
YUV 108.05 118.95 219.26 -
System Red Green Blue C M Y K H S L
Decimal 236 46 92 0 0.81 0.61 0.07 345.47 0.83 0.55
Hex EC 2E 5C 0 51 3D 7 159 53 37
Octal 354 56 134 0 121 75 7 531 123 67
Binary 11101100 101110 1011100 0 1010001 111101 111 101011001 1010011 110111

Color Harmonies of #EC2E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E5C

Black with #EC2E5C

Text Example


Text Example

White with #EC2E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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