Html Css Color HEX #EC305A Amaranth

📋 copy color: '#EC305A'

red 236 ◦ green 48 ◦ blue 90

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

Shades of Amaranth #EC305A

Tints of Amaranth #EC305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.83%

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

R = 63.1%
G = 12.83%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC305A (or 0xEC305A) is known color: Amaranth. HEX triplet: EC, 30 and 5A. RGB value is (236,48,90). Sum of RGB (Red+Green+Blue) = 236+48+90=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC305A is #13CFA5. Grayscale: #6D6D6D. Windows color (decimal): -1298342 or 5910764. OLE color: 5910764.

HSL color Cylindrical-coordinate representation of color #EC305A: hue angle of 346.6º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC305A is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 90 -
CMYK 0 0.80 0.62 0.07
HSL 346.6º 0.83% 0.56% -
HSV(B) 346.6º 0.8% 0.93% -
XYZ 37.49 20.68 11.69 -
YUV 109 117.28 218.58 -
System Red Green Blue C M Y K H S L
Decimal 236 48 90 0 0.80 0.62 0.07 346.6 0.83 0.56
Hex EC 30 5A 0 50 3E 7 15B 53 38
Octal 354 60 132 0 120 76 7 533 123 70
Binary 11101100 110000 1011010 0 1010000 111110 111 101011011 1010011 111000

Color Harmonies of #EC305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC305A

Black with #EC305A

Text Example


Text Example

White with #EC305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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