Html Css Color HEX #EF184A Amaranth

📋 copy color: '#EF184A'

red 239 ◦ green 24 ◦ blue 74

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

Shades of Amaranth #EF184A

Tints of Amaranth #EF184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

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

R = 70.92%
G = 7.12%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF184A (or 0xEF184A) is known color: Amaranth. HEX triplet: EF, 18 and 4A. RGB value is (239,24,74). Sum of RGB (Red+Green+Blue) = 239+24+74=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF184A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF184A is #10E7B5. Grayscale: #5E5E5E. Windows color (decimal): -1107894 or 4856047. OLE color: 4856047.

HSL color Cylindrical-coordinate representation of color #EF184A: hue angle of 346.05º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF184A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 74 -
CMYK 0 0.90 0.69 0.06
HSL 346.05º 0.87% 0.52% -
HSV(B) 346.05º 0.9% 0.94% -
XYZ 37.16 19.5 8.28 -
YUV 93.99 116.73 231.43 -
System Red Green Blue C M Y K H S L
Decimal 239 24 74 0 0.90 0.69 0.06 346.05 0.87 0.52
Hex EF 18 4A 0 5A 45 6 15A 57 34
Octal 357 30 112 0 132 105 6 532 127 64
Binary 11101111 11000 1001010 0 1011010 1000101 110 101011010 1010111 110100

Color Harmonies of #EF184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF184A

Black with #EF184A

Text Example


Text Example

White with #EF184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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