Html Css Color HEX #EC225A Amaranth

📋 copy color: '#EC225A'

red 236 ◦ green 34 ◦ blue 90

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

Shades of Amaranth #EC225A

Tints of Amaranth #EC225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25%

R = 65.56%
G = 9.44%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC225A (or 0xEC225A) is known color: Amaranth. HEX triplet: EC, 22 and 5A. RGB value is (236,34,90). Sum of RGB (Red+Green+Blue) = 236+34+90=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC225A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC225A is #13DDA5. Grayscale: #646464. Windows color (decimal): -1301926 or 5907180. OLE color: 5907180.

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

Color convert

RGB 236 34 90 -
CMYK 0 0.86 0.62 0.07
HSL 343.37º 0.84% 0.53% -
HSV(B) 343.37º 0.86% 0.93% -
XYZ 37.01 19.72 11.53 -
YUV 100.78 121.92 224.45 -
System Red Green Blue C M Y K H S L
Decimal 236 34 90 0 0.86 0.62 0.07 343.37 0.84 0.53
Hex EC 22 5A 0 56 3E 7 157 54 35
Octal 354 42 132 0 126 76 7 527 124 65
Binary 11101100 100010 1011010 0 1010110 111110 111 101010111 1010100 110101

Color Harmonies of #EC225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC225A

Black with #EC225A

Text Example


Text Example

White with #EC225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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