Html Css Color HEX #EF4050 Amaranth

📋 copy color: '#EF4050'

red 239 ◦ green 64 ◦ blue 80

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

Shades of Amaranth #EF4050

Tints of Amaranth #EF4050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 62.4%
G = 16.71%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF4050 (or 0xEF4050) is known color: Amaranth. HEX triplet: EF, 40 and 50. RGB value is (239,64,80). Sum of RGB (Red+Green+Blue) = 239+64+80=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4050 is #10BFAF. Grayscale: #767676. Windows color (decimal): -1097648 or 5259503. OLE color: 5259503.

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

Color convert

RGB 239 64 80 -
CMYK 0 0.73 0.67 0.06
HSL 354.51º 0.85% 0.59% -
HSV(B) 354.51º 0.73% 0.94% -
XYZ 38.88 22.6 9.9 -
YUV 118.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 239 64 80 0 0.73 0.67 0.06 354.51 0.85 0.59
Hex EF 40 50 0 49 43 6 163 55 3B
Octal 357 100 120 0 111 103 6 543 125 73
Binary 11101111 1000000 1010000 0 1001001 1000011 110 101100011 1010101 111011

Color Harmonies of #EF4050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4050

Black with #EF4050

Text Example


Text Example

White with #EF4050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4050; }

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

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

background-color css

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

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

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

border-color css

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

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

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