Html Css Color HEX #EF2050 Amaranth

📋 copy color: '#EF2050'

red 239 ◦ green 32 ◦ blue 80

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

Shades of Amaranth #EF2050

Tints of Amaranth #EF2050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

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

R = 68.09%
G = 9.12%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF2050 (or 0xEF2050) is known color: Amaranth. HEX triplet: EF, 20 and 50. RGB value is (239,32,80). Sum of RGB (Red+Green+Blue) = 239+32+80=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2050 is #10DFAF. Grayscale: #636363. Windows color (decimal): -1105840 or 5251311. OLE color: 5251311.

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

Color convert

RGB 239 32 80 -
CMYK 0 0.87 0.67 0.06
HSL 346.09º 0.87% 0.53% -
HSV(B) 346.09º 0.87% 0.94% -
XYZ 37.56 19.96 9.46 -
YUV 99.37 117.08 227.6 -
System Red Green Blue C M Y K H S L
Decimal 239 32 80 0 0.87 0.67 0.06 346.09 0.87 0.53
Hex EF 20 50 0 57 43 6 15A 57 35
Octal 357 40 120 0 127 103 6 532 127 65
Binary 11101111 100000 1010000 0 1010111 1000011 110 101011010 1010111 110101

Color Harmonies of #EF2050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2050

Black with #EF2050

Text Example


Text Example

White with #EF2050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2050; }

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

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

background-color css

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

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

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

border-color css

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

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

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