Html Css Color HEX #EF2059 Amaranth

📋 copy color: '#EF2059'

red 239 ◦ green 32 ◦ blue 89

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

Shades of Amaranth #EF2059

Tints of Amaranth #EF2059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.72%

R = 66.39%
G = 8.89%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF2059 (or 0xEF2059) is known color: Amaranth. HEX triplet: EF, 20 and 59. RGB value is (239,32,89). Sum of RGB (Red+Green+Blue) = 239+32+89=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2059 is #10DFA6. Grayscale: #646464. Windows color (decimal): -1105831 or 5841135. OLE color: 5841135.

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

Color convert

RGB 239 32 89 -
CMYK 0 0.87 0.63 0.06
HSL 343.48º 0.87% 0.53% -
HSV(B) 343.48º 0.87% 0.94% -
XYZ 37.92 20.11 11.33 -
YUV 100.39 121.58 226.87 -
System Red Green Blue C M Y K H S L
Decimal 239 32 89 0 0.87 0.63 0.06 343.48 0.87 0.53
Hex EF 20 59 0 57 3F 6 157 57 35
Octal 357 40 131 0 127 77 6 527 127 65
Binary 11101111 100000 1011001 0 1010111 111111 110 101010111 1010111 110101

Color Harmonies of #EF2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2059

Black with #EF2059

Text Example


Text Example

White with #EF2059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2059; }

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

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

background-color css

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

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

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

border-color css

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

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

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