Html Css Color HEX #EF194B Amaranth

📋 copy color: '#EF194B'

red 239 ◦ green 25 ◦ blue 75

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

Shades of Amaranth #EF194B

Tints of Amaranth #EF194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 70.5%
G = 7.37%
B = 22.12%

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

#EF194B (or 0xEF194B) is known color: Amaranth. HEX triplet: EF, 19 and 4B. RGB value is (239,25,75). Sum of RGB (Red+Green+Blue) = 239+25+75=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF194B is #10E6B4. Grayscale: #5E5E5E. Windows color (decimal): -1107637 or 4921839. OLE color: 4921839.

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

Color convert

RGB 239 25 75 -
CMYK 0 0.90 0.69 0.06
HSL 345.98º 0.87% 0.52% -
HSV(B) 345.98º 0.9% 0.94% -
XYZ 37.21 19.55 8.47 -
YUV 94.69 116.9 230.93 -
System Red Green Blue C M Y K H S L
Decimal 239 25 75 0 0.90 0.69 0.06 345.98 0.87 0.52
Hex EF 19 4B 0 5A 45 6 15A 57 34
Octal 357 31 113 0 132 105 6 532 127 64
Binary 11101111 11001 1001011 0 1011010 1000101 110 101011010 1010111 110100

Color Harmonies of #EF194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF194B

Black with #EF194B

Text Example


Text Example

White with #EF194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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