Html Css Color HEX #EC484B Amaranth

📋 copy color: '#EC484B'

red 236 ◦ green 72 ◦ blue 75

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

Shades of Amaranth #EC484B

Tints of Amaranth #EC484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.8%

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 61.62%
G = 18.8%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC484B (or 0xEC484B) is known color: Amaranth. HEX triplet: EC, 48 and 4B. RGB value is (236,72,75). Sum of RGB (Red+Green+Blue) = 236+72+75=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC484B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC484B is #13B7B4. Grayscale: #797979. Windows color (decimal): -1292213 or 4933868. OLE color: 4933868.

HSL color Cylindrical-coordinate representation of color #EC484B: hue angle of 358.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC484B is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 75 -
CMYK 0 0.69 0.68 0.07
HSL 358.9º 0.81% 0.6% -
HSV(B) 358.9º 0.69% 0.93% -
XYZ 38.18 22.98 9.08 -
YUV 121.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 236 72 75 0 0.69 0.68 0.07 358.9 0.81 0.6
Hex EC 48 4B 0 45 44 7 167 51 3C
Octal 354 110 113 0 105 104 7 547 121 74
Binary 11101100 1001000 1001011 0 1000101 1000100 111 101100111 1010001 111100

Color Harmonies of #EC484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC484B

Black with #EC484B

Text Example


Text Example

White with #EC484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC484B; }

 p { color: rgb(236,72,75); }

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

background-color css

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

 a { background-color: rgb(236,72,75); }

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

border-color css

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

 span { border-color: rgb(236,72,75); }

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