Html Css Color HEX #EF2548 Amaranth

📋 copy color: '#EF2548'

red 239 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #EF2548

Tints of Amaranth #EF2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.63%

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

R = 68.68%
G = 10.63%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF2548 (or 0xEF2548) is known color: Amaranth. HEX triplet: EF, 25 and 48. RGB value is (239,37,72). Sum of RGB (Red+Green+Blue) = 239+37+72=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2548 is #10DAB7. Grayscale: #656565. Windows color (decimal): -1104568 or 4728303. OLE color: 4728303.

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

Color convert

RGB 239 37 72 -
CMYK 0 0.85 0.70 0.06
HSL 349.6º 0.86% 0.54% -
HSV(B) 349.6º 0.85% 0.94% -
XYZ 37.43 20.14 8.05 -
YUV 101.39 111.42 226.15 -
System Red Green Blue C M Y K H S L
Decimal 239 37 72 0 0.85 0.70 0.06 349.6 0.86 0.54
Hex EF 25 48 0 55 46 6 15E 56 36
Octal 357 45 110 0 125 106 6 536 126 66
Binary 11101111 100101 1001000 0 1010101 1000110 110 101011110 1010110 110110

Color Harmonies of #EF2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2548

Black with #EF2548

Text Example


Text Example

White with #EF2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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