Html Css Color HEX #EC234D Amaranth

📋 copy color: '#EC234D'

red 236 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #EC234D

Tints of Amaranth #EC234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 67.82%
G = 10.06%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC234D (or 0xEC234D) is known color: Amaranth. HEX triplet: EC, 23 and 4D. RGB value is (236,35,77). Sum of RGB (Red+Green+Blue) = 236+35+77=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC234D is #13DCB2. Grayscale: #636363. Windows color (decimal): -1301683 or 5055468. OLE color: 5055468.

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

Color convert

RGB 236 35 77 -
CMYK 0 0.85 0.67 0.07
HSL 347.46º 0.84% 0.53% -
HSV(B) 347.46º 0.85% 0.93% -
XYZ 36.53 19.57 8.87 -
YUV 99.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 236 35 77 0 0.85 0.67 0.07 347.46 0.84 0.53
Hex EC 23 4D 0 55 43 7 15B 54 35
Octal 354 43 115 0 125 103 7 533 124 65
Binary 11101100 100011 1001101 0 1010101 1000011 111 101011011 1010100 110101

Color Harmonies of #EC234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC234D

Black with #EC234D

Text Example


Text Example

White with #EC234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC234D; }

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

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

background-color css

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

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

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

border-color css

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

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

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