Html Css Color HEX #EC235E Amaranth

📋 copy color: '#EC235E'

red 236 ◦ green 35 ◦ blue 94

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

Shades of Amaranth #EC235E

Tints of Amaranth #EC235E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.59%

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 64.66%
G = 9.59%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC235E (or 0xEC235E) is known color: Amaranth. HEX triplet: EC, 23 and 5E. RGB value is (236,35,94). Sum of RGB (Red+Green+Blue) = 236+35+94=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC235E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC235E is #13DCA1. Grayscale: #656565. Windows color (decimal): -1301666 or 6169580. OLE color: 6169580.

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

Color convert

RGB 236 35 94 -
CMYK 0 0.85 0.60 0.07
HSL 342.39º 0.84% 0.53% -
HSV(B) 342.39º 0.85% 0.93% -
XYZ 37.21 19.84 12.46 -
YUV 101.83 123.59 223.7 -
System Red Green Blue C M Y K H S L
Decimal 236 35 94 0 0.85 0.60 0.07 342.39 0.84 0.53
Hex EC 23 5E 0 55 3C 7 156 54 35
Octal 354 43 136 0 125 74 7 526 124 65
Binary 11101100 100011 1011110 0 1010101 111100 111 101010110 1010100 110101

Color Harmonies of #EC235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC235E

Black with #EC235E

Text Example


Text Example

White with #EC235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC235E; }

 p { color: rgb(236,35,94); }

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

background-color css

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

 a { background-color: rgb(236,35,94); }

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

border-color css

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

 span { border-color: rgb(236,35,94); }

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