Html Css Color HEX #EF4047 Amaranth

📋 copy color: '#EF4047'

red 239 ◦ green 64 ◦ blue 71

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

Shades of Amaranth #EF4047

Tints of Amaranth #EF4047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 71 (28.13% from 255) = 18.98%

R = 63.9%
G = 17.11%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF4047 (or 0xEF4047) is known color: Amaranth. HEX triplet: EF, 40 and 47. RGB value is (239,64,71). Sum of RGB (Red+Green+Blue) = 239+64+71=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4047 is #10BFB8. Grayscale: #757575. Windows color (decimal): -1097657 or 4669679. OLE color: 4669679.

HSL color Cylindrical-coordinate representation of color #EF4047: hue angle of 357.6º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4047 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 64 71 -
CMYK 0 0.73 0.70 0.06
HSL 357.6º 0.85% 0.59% -
HSV(B) 357.6º 0.73% 0.94% -
XYZ 38.57 22.47 8.27 -
YUV 117.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 239 64 71 0 0.73 0.70 0.06 357.6 0.85 0.59
Hex EF 40 47 0 49 46 6 166 55 3B
Octal 357 100 107 0 111 106 6 546 125 73
Binary 11101111 1000000 1000111 0 1001001 1000110 110 101100110 1010101 111011

Color Harmonies of #EF4047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4047

Black with #EF4047

Text Example


Text Example

White with #EF4047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4047; }

 p { color: rgb(239,64,71); }

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

background-color css

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

 a { background-color: rgb(239,64,71); }

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

border-color css

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

 span { border-color: rgb(239,64,71); }

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