Html Css Color HEX #EF1D48 Amaranth

📋 copy color: '#EF1D48'

red 239 ◦ green 29 ◦ blue 72

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

Shades of Amaranth #EF1D48

Tints of Amaranth #EF1D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.53%

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

R = 70.29%
G = 8.53%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF1D48 (or 0xEF1D48) is known color: Amaranth. HEX triplet: EF, 1D and 48. RGB value is (239,29,72). Sum of RGB (Red+Green+Blue) = 239+29+72=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D48 is #10E2B7. Grayscale: #606060. Windows color (decimal): -1106616 or 4726255. OLE color: 4726255.

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

Color convert

RGB 239 29 72 -
CMYK 0 0.88 0.70 0.06
HSL 347.71º 0.87% 0.53% -
HSV(B) 347.71º 0.88% 0.94% -
XYZ 37.21 19.7 7.97 -
YUV 96.69 114.07 229.5 -
System Red Green Blue C M Y K H S L
Decimal 239 29 72 0 0.88 0.70 0.06 347.71 0.87 0.53
Hex EF 1D 48 0 58 46 6 15C 57 35
Octal 357 35 110 0 130 106 6 534 127 65
Binary 11101111 11101 1001000 0 1011000 1000110 110 101011100 1010111 110101

Color Harmonies of #EF1D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1D48

Black with #EF1D48

Text Example


Text Example

White with #EF1D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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