Html Css Color HEX #EF2F48 Amaranth

📋 copy color: '#EF2F48'

red 239 ◦ green 47 ◦ blue 72

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

Shades of Amaranth #EF2F48

Tints of Amaranth #EF2F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.13%

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

R = 66.76%
G = 13.13%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF2F48 (or 0xEF2F48) is known color: Amaranth. HEX triplet: EF, 2F and 48. RGB value is (239,47,72). Sum of RGB (Red+Green+Blue) = 239+47+72=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F48 is #10D0B7. Grayscale: #6B6B6B. Windows color (decimal): -1102008 or 4730863. OLE color: 4730863.

HSL color Cylindrical-coordinate representation of color #EF2F48: hue angle of 352.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF2F48 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 47 72 -
CMYK 0 0.80 0.70 0.06
HSL 352.19º 0.86% 0.56% -
HSV(B) 352.19º 0.8% 0.94% -
XYZ 37.78 20.85 8.16 -
YUV 107.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 239 47 72 0 0.80 0.70 0.06 352.19 0.86 0.56
Hex EF 2F 48 0 50 46 6 160 56 38
Octal 357 57 110 0 120 106 6 540 126 70
Binary 11101111 101111 1001000 0 1010000 1000110 110 101100000 1010110 111000

Color Harmonies of #EF2F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2F48

Black with #EF2F48

Text Example


Text Example

White with #EF2F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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