Html Css Color HEX #EF1950 Amaranth

📋 copy color: '#EF1950'

red 239 ◦ green 25 ◦ blue 80

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

Shades of Amaranth #EF1950

Tints of Amaranth #EF1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.27%

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

R = 69.48%
G = 7.27%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF1950 (or 0xEF1950) is known color: Amaranth. HEX triplet: EF, 19 and 50. RGB value is (239,25,80). Sum of RGB (Red+Green+Blue) = 239+25+80=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1950 is #10E6AF. Grayscale: #5F5F5F. Windows color (decimal): -1107632 or 5249519. OLE color: 5249519.

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

Color convert

RGB 239 25 80 -
CMYK 0 0.90 0.67 0.06
HSL 344.58º 0.87% 0.52% -
HSV(B) 344.58º 0.9% 0.94% -
XYZ 37.39 19.63 9.41 -
YUV 95.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 239 25 80 0 0.90 0.67 0.06 344.58 0.87 0.52
Hex EF 19 50 0 5A 43 6 159 57 34
Octal 357 31 120 0 132 103 6 531 127 64
Binary 11101111 11001 1010000 0 1011010 1000011 110 101011001 1010111 110100

Color Harmonies of #EF1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1950

Black with #EF1950

Text Example


Text Example

White with #EF1950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1950; }

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

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

background-color css

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

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

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

border-color css

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

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

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