Html Css Color HEX #EF194E Amaranth

📋 copy color: '#EF194E'

red 239 ◦ green 25 ◦ blue 78

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

Shades of Amaranth #EF194E

Tints of Amaranth #EF194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 69.88%
G = 7.31%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF194E (or 0xEF194E) is known color: Amaranth. HEX triplet: EF, 19 and 4E. RGB value is (239,25,78). Sum of RGB (Red+Green+Blue) = 239+25+78=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF194E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF194E is #10E6B1. Grayscale: #5F5F5F. Windows color (decimal): -1107634 or 5118447. OLE color: 5118447.

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

Color convert

RGB 239 25 78 -
CMYK 0 0.90 0.67 0.06
HSL 345.14º 0.87% 0.52% -
HSV(B) 345.14º 0.9% 0.94% -
XYZ 37.32 19.6 9.02 -
YUV 95.03 118.4 230.69 -
System Red Green Blue C M Y K H S L
Decimal 239 25 78 0 0.90 0.67 0.06 345.14 0.87 0.52
Hex EF 19 4E 0 5A 43 6 159 57 34
Octal 357 31 116 0 132 103 6 531 127 64
Binary 11101111 11001 1001110 0 1011010 1000011 110 101011001 1010111 110100

Color Harmonies of #EF194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF194E

Black with #EF194E

Text Example


Text Example

White with #EF194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF194E; }

 p { color: rgb(239,25,78); }

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

background-color css

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

 a { background-color: rgb(239,25,78); }

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

border-color css

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

 span { border-color: rgb(239,25,78); }

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