Html Css Color HEX #EC304E Amaranth

📋 copy color: '#EC304E'

red 236 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #EC304E

Tints of Amaranth #EC304E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 65.19%
G = 13.26%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC304E (or 0xEC304E) is known color: Amaranth. HEX triplet: EC, 30 and 4E. RGB value is (236,48,78). Sum of RGB (Red+Green+Blue) = 236+48+78=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC304E is #13CFB1. Grayscale: #6B6B6B. Windows color (decimal): -1298354 or 5124332. OLE color: 5124332.

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

Color convert

RGB 236 48 78 -
CMYK 0 0.80 0.67 0.07
HSL 350.43º 0.83% 0.56% -
HSV(B) 350.43º 0.8% 0.93% -
XYZ 37.02 20.5 9.21 -
YUV 107.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 236 48 78 0 0.80 0.67 0.07 350.43 0.83 0.56
Hex EC 30 4E 0 50 43 7 15E 53 38
Octal 354 60 116 0 120 103 7 536 123 70
Binary 11101100 110000 1001110 0 1010000 1000011 111 101011110 1010011 111000

Color Harmonies of #EC304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC304E

Black with #EC304E

Text Example


Text Example

White with #EC304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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