Html Css Color HEX #EF2449 Amaranth

📋 copy color: '#EF2449'

red 239 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #EF2449

Tints of Amaranth #EF2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 68.68%
G = 10.34%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF2449 (or 0xEF2449) is known color: Amaranth. HEX triplet: EF, 24 and 49. RGB value is (239,36,73). Sum of RGB (Red+Green+Blue) = 239+36+73=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2449 is #10DBB6. Grayscale: #646464. Windows color (decimal): -1104823 or 4793583. OLE color: 4793583.

HSL color Cylindrical-coordinate representation of color #EF2449: hue angle of 349.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2449 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 36 73 -
CMYK 0 0.85 0.69 0.06
HSL 349.06º 0.86% 0.54% -
HSV(B) 349.06º 0.85% 0.94% -
XYZ 37.43 20.09 8.21 -
YUV 100.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 239 36 73 0 0.85 0.69 0.06 349.06 0.86 0.54
Hex EF 24 49 0 55 45 6 15D 56 36
Octal 357 44 111 0 125 105 6 535 126 66
Binary 11101111 100100 1001001 0 1010101 1000101 110 101011101 1010110 110110

Color Harmonies of #EF2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2449

Black with #EF2449

Text Example


Text Example

White with #EF2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2449; }

 p { color: rgb(239,36,73); }

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

background-color css

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

 a { background-color: rgb(239,36,73); }

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

border-color css

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

 span { border-color: rgb(239,36,73); }

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