Html Css Color HEX #EC305C Amaranth

📋 copy color: '#EC305C'

red 236 ◦ green 48 ◦ blue 92

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

Shades of Amaranth #EC305C

Tints of Amaranth #EC305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 62.77%
G = 12.77%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC305C (or 0xEC305C) is known color: Amaranth. HEX triplet: EC, 30 and 5C. RGB value is (236,48,92). Sum of RGB (Red+Green+Blue) = 236+48+92=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC305C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC305C is #13CFA3. Grayscale: #6D6D6D. Windows color (decimal): -1298340 or 6041836. OLE color: 6041836.

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

Color convert

RGB 236 48 92 -
CMYK 0 0.80 0.61 0.07
HSL 345.96º 0.83% 0.56% -
HSV(B) 345.96º 0.8% 0.93% -
XYZ 37.58 20.72 12.14 -
YUV 109.23 118.28 218.42 -
System Red Green Blue C M Y K H S L
Decimal 236 48 92 0 0.80 0.61 0.07 345.96 0.83 0.56
Hex EC 30 5C 0 50 3D 7 15A 53 38
Octal 354 60 134 0 120 75 7 532 123 70
Binary 11101100 110000 1011100 0 1010000 111101 111 101011010 1010011 111000

Color Harmonies of #EC305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC305C

Black with #EC305C

Text Example


Text Example

White with #EC305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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