Html Css Color HEX #EF324D Amaranth

📋 copy color: '#EF324D'

red 239 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #EF324D

Tints of Amaranth #EF324D

RGB

 RED value IS 239 (93.75% from 255) = 65.3%

 GREEN value IS 50 (19.92% from 255) = 13.66%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 65.3%
G = 13.66%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF324D (or 0xEF324D) is known color: Amaranth. HEX triplet: EF, 32 and 4D. RGB value is (239,50,77). Sum of RGB (Red+Green+Blue) = 239+50+77=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF324D is #10CDB2. Grayscale: #6D6D6D. Windows color (decimal): -1101235 or 5059311. OLE color: 5059311.

HSL color Cylindrical-coordinate representation of color #EF324D: hue angle of 351.43º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF324D is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 50 77 -
CMYK 0 0.79 0.68 0.06
HSL 351.43º 0.86% 0.57% -
HSV(B) 351.43º 0.79% 0.94% -
XYZ 38.08 21.17 9.1 -
YUV 109.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 239 50 77 0 0.79 0.68 0.06 351.43 0.86 0.57
Hex EF 32 4D 0 4F 44 6 15F 56 39
Octal 357 62 115 0 117 104 6 537 126 71
Binary 11101111 110010 1001101 0 1001111 1000100 110 101011111 1010110 111001

Color Harmonies of #EF324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF324D

Black with #EF324D

Text Example


Text Example

White with #EF324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF324D; }

 p { color: rgb(239,50,77); }

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

background-color css

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

 a { background-color: rgb(239,50,77); }

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

border-color css

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

 span { border-color: rgb(239,50,77); }

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