Html Css Color HEX #EF184D Amaranth

📋 copy color: '#EF184D'

red 239 ◦ green 24 ◦ blue 77

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

Shades of Amaranth #EF184D

Tints of Amaranth #EF184D

RGB

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

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

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

R = 70.29%
G = 7.06%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF184D (or 0xEF184D) is known color: Amaranth. HEX triplet: EF, 18 and 4D. RGB value is (239,24,77). Sum of RGB (Red+Green+Blue) = 239+24+77=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF184D is #10E7B2. Grayscale: #5E5E5E. Windows color (decimal): -1107891 or 5052655. OLE color: 5052655.

HSL color Cylindrical-coordinate representation of color #EF184D: hue angle of 345.21º 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 #EF184D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 77 -
CMYK 0 0.90 0.68 0.06
HSL 345.21º 0.87% 0.52% -
HSV(B) 345.21º 0.9% 0.94% -
XYZ 37.26 19.54 8.83 -
YUV 94.33 118.23 231.19 -
System Red Green Blue C M Y K H S L
Decimal 239 24 77 0 0.90 0.68 0.06 345.21 0.87 0.52
Hex EF 18 4D 0 5A 44 6 159 57 34
Octal 357 30 115 0 132 104 6 531 127 64
Binary 11101111 11000 1001101 0 1011010 1000100 110 101011001 1010111 110100

Color Harmonies of #EF184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF184D

Black with #EF184D

Text Example


Text Example

White with #EF184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF184D; }

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

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

background-color css

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

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

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

border-color css

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

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

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