Html Css Color HEX #EF294E Amaranth

📋 copy color: '#EF294E'

red 239 ◦ green 41 ◦ blue 78

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

Shades of Amaranth #EF294E

Tints of Amaranth #EF294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 66.76%
G = 11.45%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF294E (or 0xEF294E) is known color: Amaranth. HEX triplet: EF, 29 and 4E. RGB value is (239,41,78). Sum of RGB (Red+Green+Blue) = 239+41+78=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF294E is #10D6B1. Grayscale: #686868. Windows color (decimal): -1103538 or 5122543. OLE color: 5122543.

HSL color Cylindrical-coordinate representation of color #EF294E: hue angle of 348.79º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF294E is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 41 78 -
CMYK 0 0.83 0.67 0.06
HSL 348.79º 0.86% 0.55% -
HSV(B) 348.79º 0.83% 0.94% -
XYZ 37.76 20.49 9.17 -
YUV 104.42 113.1 223.99 -
System Red Green Blue C M Y K H S L
Decimal 239 41 78 0 0.83 0.67 0.06 348.79 0.86 0.55
Hex EF 29 4E 0 53 43 6 15D 56 37
Octal 357 51 116 0 123 103 6 535 126 67
Binary 11101111 101001 1001110 0 1010011 1000011 110 101011101 1010110 110111

Color Harmonies of #EF294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF294E

Black with #EF294E

Text Example


Text Example

White with #EF294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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