Html Css Color HEX #EC215A Amaranth

📋 copy color: '#EC215A'

red 236 ◦ green 33 ◦ blue 90

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

Shades of Amaranth #EC215A

Tints of Amaranth #EC215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

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

R = 65.74%
G = 9.19%
B = 25.07%

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

#EC215A (or 0xEC215A) is known color: Amaranth. HEX triplet: EC, 21 and 5A. RGB value is (236,33,90). Sum of RGB (Red+Green+Blue) = 236+33+90=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC215A is #13DEA5. Grayscale: #646464. Windows color (decimal): -1302182 or 5906924. OLE color: 5906924.

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

Color convert

RGB 236 33 90 -
CMYK 0 0.86 0.62 0.07
HSL 343.15º 0.84% 0.53% -
HSV(B) 343.15º 0.86% 0.93% -
XYZ 36.98 19.66 11.52 -
YUV 100.2 122.25 224.87 -
System Red Green Blue C M Y K H S L
Decimal 236 33 90 0 0.86 0.62 0.07 343.15 0.84 0.53
Hex EC 21 5A 0 56 3E 7 157 54 35
Octal 354 41 132 0 126 76 7 527 124 65
Binary 11101100 100001 1011010 0 1010110 111110 111 101010111 1010100 110101

Color Harmonies of #EC215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC215A

Black with #EC215A

Text Example


Text Example

White with #EC215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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