Html Css Color HEX #EF1948 Amaranth

📋 copy color: '#EF1948'

red 239 ◦ green 25 ◦ blue 72

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

Shades of Amaranth #EF1948

Tints of Amaranth #EF1948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.43%

R = 71.13%
G = 7.44%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF1948 (or 0xEF1948) is known color: Amaranth. HEX triplet: EF, 19 and 48. RGB value is (239,25,72). Sum of RGB (Red+Green+Blue) = 239+25+72=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1948 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1948 is #10E6B7. Grayscale: #5E5E5E. Windows color (decimal): -1107640 or 4725231. OLE color: 4725231.

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

Color convert

RGB 239 25 72 -
CMYK 0 0.90 0.70 0.06
HSL 346.82º 0.87% 0.52% -
HSV(B) 346.82º 0.9% 0.94% -
XYZ 37.11 19.51 7.94 -
YUV 94.34 115.4 231.18 -
System Red Green Blue C M Y K H S L
Decimal 239 25 72 0 0.90 0.70 0.06 346.82 0.87 0.52
Hex EF 19 48 0 5A 46 6 15B 57 34
Octal 357 31 110 0 132 106 6 533 127 64
Binary 11101111 11001 1001000 0 1011010 1000110 110 101011011 1010111 110100

Color Harmonies of #EF1948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1948

Black with #EF1948

Text Example


Text Example

White with #EF1948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1948; }

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

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

background-color css

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

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

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

border-color css

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

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

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