Html Css Color HEX #EC2258 Amaranth

📋 copy color: '#EC2258'

red 236 ◦ green 34 ◦ blue 88

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

Shades of Amaranth #EC2258

Tints of Amaranth #EC2258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.5%

 BLUE value IS 88 (34.77% from 255) = 24.58%

R = 65.92%
G = 9.5%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC2258 (or 0xEC2258) is known color: Amaranth. HEX triplet: EC, 22 and 58. RGB value is (236,34,88). Sum of RGB (Red+Green+Blue) = 236+34+88=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2258 is #13DDA7. Grayscale: #646464. Windows color (decimal): -1301928 or 5776108. OLE color: 5776108.

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

Color convert

RGB 236 34 88 -
CMYK 0 0.86 0.63 0.07
HSL 343.96º 0.84% 0.53% -
HSV(B) 343.96º 0.86% 0.93% -
XYZ 36.93 19.68 11.09 -
YUV 100.55 120.92 224.61 -
System Red Green Blue C M Y K H S L
Decimal 236 34 88 0 0.86 0.63 0.07 343.96 0.84 0.53
Hex EC 22 58 0 56 3F 7 158 54 35
Octal 354 42 130 0 126 77 7 530 124 65
Binary 11101100 100010 1011000 0 1010110 111111 111 101011000 1010100 110101

Color Harmonies of #EC2258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2258

Black with #EC2258

Text Example


Text Example

White with #EC2258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2258; }

 p { color: rgb(236,34,88); }

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

background-color css

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

 a { background-color: rgb(236,34,88); }

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

border-color css

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

 span { border-color: rgb(236,34,88); }

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