Html Css Color HEX #EF1F59 Amaranth

📋 copy color: '#EF1F59'

red 239 ◦ green 31 ◦ blue 89

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

Shades of Amaranth #EF1F59

Tints of Amaranth #EF1F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.64%

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

R = 66.57%
G = 8.64%
B = 24.79%

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

#EF1F59 (or 0xEF1F59) is known color: Amaranth. HEX triplet: EF, 1F and 59. RGB value is (239,31,89). Sum of RGB (Red+Green+Blue) = 239+31+89=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F59 is #10E0A6. Grayscale: #636363. Windows color (decimal): -1106087 or 5840879. OLE color: 5840879.

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

Color convert

RGB 239 31 89 -
CMYK 0 0.87 0.63 0.06
HSL 343.27º 0.87% 0.53% -
HSV(B) 343.27º 0.87% 0.94% -
XYZ 37.89 20.05 11.32 -
YUV 99.8 121.91 227.28 -
System Red Green Blue C M Y K H S L
Decimal 239 31 89 0 0.87 0.63 0.06 343.27 0.87 0.53
Hex EF 1F 59 0 57 3F 6 157 57 35
Octal 357 37 131 0 127 77 6 527 127 65
Binary 11101111 11111 1011001 0 1010111 111111 110 101010111 1010111 110101

Color Harmonies of #EF1F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1F59

Black with #EF1F59

Text Example


Text Example

White with #EF1F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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