Html Css Color HEX #EC225B Amaranth

📋 copy color: '#EC225B'

red 236 ◦ green 34 ◦ blue 91

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

Shades of Amaranth #EC225B

Tints of Amaranth #EC225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 65.37%
G = 9.42%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC225B (or 0xEC225B) is known color: Amaranth. HEX triplet: EC, 22 and 5B. RGB value is (236,34,91). Sum of RGB (Red+Green+Blue) = 236+34+91=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC225B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC225B is #13DDA4. Grayscale: #646464. Windows color (decimal): -1301925 or 5972716. OLE color: 5972716.

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

Color convert

RGB 236 34 91 -
CMYK 0 0.86 0.61 0.07
HSL 343.07º 0.84% 0.53% -
HSV(B) 343.07º 0.86% 0.93% -
XYZ 37.05 19.73 11.75 -
YUV 100.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 236 34 91 0 0.86 0.61 0.07 343.07 0.84 0.53
Hex EC 22 5B 0 56 3D 7 157 54 35
Octal 354 42 133 0 126 75 7 527 124 65
Binary 11101100 100010 1011011 0 1010110 111101 111 101010111 1010100 110101

Color Harmonies of #EC225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC225B

Black with #EC225B

Text Example


Text Example

White with #EC225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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