Html Css Color HEX #EF194C Amaranth

📋 copy color: '#EF194C'

red 239 ◦ green 25 ◦ blue 76

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

Shades of Amaranth #EF194C

Tints of Amaranth #EF194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 70.29%
G = 7.35%
B = 22.35%

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

#EF194C (or 0xEF194C) is known color: Amaranth. HEX triplet: EF, 19 and 4C. RGB value is (239,25,76). Sum of RGB (Red+Green+Blue) = 239+25+76=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF194C is #10E6B3. Grayscale: #5E5E5E. Windows color (decimal): -1107636 or 4987375. OLE color: 4987375.

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

Color convert

RGB 239 25 76 -
CMYK 0 0.90 0.68 0.06
HSL 345.7º 0.87% 0.52% -
HSV(B) 345.7º 0.9% 0.94% -
XYZ 37.25 19.57 8.65 -
YUV 94.8 117.4 230.85 -
System Red Green Blue C M Y K H S L
Decimal 239 25 76 0 0.90 0.68 0.06 345.7 0.87 0.52
Hex EF 19 4C 0 5A 44 6 15A 57 34
Octal 357 31 114 0 132 104 6 532 127 64
Binary 11101111 11001 1001100 0 1011010 1000100 110 101011010 1010111 110100

Color Harmonies of #EF194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF194C

Black with #EF194C

Text Example


Text Example

White with #EF194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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