Html Css Color HEX #EF304A Amaranth

📋 copy color: '#EF304A'

red 239 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #EF304A

Tints of Amaranth #EF304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 66.2%
G = 13.3%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF304A (or 0xEF304A) is known color: Amaranth. HEX triplet: EF, 30 and 4A. RGB value is (239,48,74). Sum of RGB (Red+Green+Blue) = 239+48+74=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF304A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF304A is #10CFB5. Grayscale: #6C6C6C. Windows color (decimal): -1101750 or 4862191. OLE color: 4862191.

HSL color Cylindrical-coordinate representation of color #EF304A: hue angle of 351.83º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF304A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 74 -
CMYK 0 0.80 0.69 0.06
HSL 351.83º 0.86% 0.56% -
HSV(B) 351.83º 0.8% 0.94% -
XYZ 37.89 20.96 8.53 -
YUV 108.07 108.78 221.39 -
System Red Green Blue C M Y K H S L
Decimal 239 48 74 0 0.80 0.69 0.06 351.83 0.86 0.56
Hex EF 30 4A 0 50 45 6 160 56 38
Octal 357 60 112 0 120 105 6 540 126 70
Binary 11101111 110000 1001010 0 1010000 1000101 110 101100000 1010110 111000

Color Harmonies of #EF304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF304A

Black with #EF304A

Text Example


Text Example

White with #EF304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF304A; }

 p { color: rgb(239,48,74); }

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

background-color css

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

 a { background-color: rgb(239,48,74); }

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

border-color css

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

 span { border-color: rgb(239,48,74); }

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