Html Css Color HEX #EF3157 Amaranth

📋 copy color: '#EF3157'

red 239 ◦ green 49 ◦ blue 87

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

Shades of Amaranth #EF3157

Tints of Amaranth #EF3157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.2%

R = 63.73%
G = 13.07%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF3157 (or 0xEF3157) is known color: Amaranth. HEX triplet: EF, 31 and 57. RGB value is (239,49,87). Sum of RGB (Red+Green+Blue) = 239+49+87=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3157 is #10CEA8. Grayscale: #6E6E6E. Windows color (decimal): -1101481 or 5714415. OLE color: 5714415.

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

Color convert

RGB 239 49 87 -
CMYK 0 0.79 0.64 0.06
HSL 348º 0.86% 0.56% -
HSV(B) 348º 0.79% 0.94% -
XYZ 38.42 21.24 11.09 -
YUV 110.14 114.95 219.91 -
System Red Green Blue C M Y K H S L
Decimal 239 49 87 0 0.79 0.64 0.06 348 0.86 0.56
Hex EF 31 57 0 4F 40 6 15C 56 38
Octal 357 61 127 0 117 100 6 534 126 70
Binary 11101111 110001 1010111 0 1001111 1000000 110 101011100 1010110 111000

Color Harmonies of #EF3157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3157

Black with #EF3157

Text Example


Text Example

White with #EF3157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3157; }

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

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

background-color css

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

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

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

border-color css

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

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

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