Html Css Color HEX #EF3154 Amaranth

📋 copy color: '#EF3154'

red 239 ◦ green 49 ◦ blue 84

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

Shades of Amaranth #EF3154

Tints of Amaranth #EF3154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.17%

 BLUE value IS 84 (33.2% from 255) = 22.58%

R = 64.25%
G = 13.17%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF3154 (or 0xEF3154) is known color: Amaranth. HEX triplet: EF, 31 and 54. RGB value is (239,49,84). Sum of RGB (Red+Green+Blue) = 239+49+84=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3154 is #10CEAB. Grayscale: #6D6D6D. Windows color (decimal): -1101484 or 5517807. OLE color: 5517807.

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

Color convert

RGB 239 49 84 -
CMYK 0 0.79 0.65 0.06
HSL 348.95º 0.86% 0.56% -
HSV(B) 348.95º 0.79% 0.94% -
XYZ 38.3 21.19 10.46 -
YUV 109.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 239 49 84 0 0.79 0.65 0.06 348.95 0.86 0.56
Hex EF 31 54 0 4F 41 6 15D 56 38
Octal 357 61 124 0 117 101 6 535 126 70
Binary 11101111 110001 1010100 0 1001111 1000001 110 101011101 1010110 111000

Color Harmonies of #EF3154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3154

Black with #EF3154

Text Example


Text Example

White with #EF3154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3154; }

 p { color: rgb(239,49,84); }

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

background-color css

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

 a { background-color: rgb(239,49,84); }

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

border-color css

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

 span { border-color: rgb(239,49,84); }

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