Html Css Color HEX #EF2857 Amaranth

📋 copy color: '#EF2857'

red 239 ◦ green 40 ◦ blue 87

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

Shades of Amaranth #EF2857

Tints of Amaranth #EF2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

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

R = 65.3%
G = 10.93%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF2857 (or 0xEF2857) is known color: Amaranth. HEX triplet: EF, 28 and 57. RGB value is (239,40,87). Sum of RGB (Red+Green+Blue) = 239+40+87=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2857 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2857 is #10D7A8. Grayscale: #686868. Windows color (decimal): -1103785 or 5712111. OLE color: 5712111.

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

Color convert

RGB 239 40 87 -
CMYK 0 0.83 0.64 0.06
HSL 345.83º 0.86% 0.55% -
HSV(B) 345.83º 0.83% 0.94% -
XYZ 38.08 20.56 10.98 -
YUV 104.86 117.93 223.68 -
System Red Green Blue C M Y K H S L
Decimal 239 40 87 0 0.83 0.64 0.06 345.83 0.86 0.55
Hex EF 28 57 0 53 40 6 15A 56 37
Octal 357 50 127 0 123 100 6 532 126 67
Binary 11101111 101000 1010111 0 1010011 1000000 110 101011010 1010110 110111

Color Harmonies of #EF2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2857

Black with #EF2857

Text Example


Text Example

White with #EF2857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2857; }

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

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

background-color css

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

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

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

border-color css

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

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

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