Html Css Color HEX #EF2757 Amaranth

📋 copy color: '#EF2757'

red 239 ◦ green 39 ◦ blue 87

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

Shades of Amaranth #EF2757

Tints of Amaranth #EF2757

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.68%

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

R = 65.48%
G = 10.68%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF2757 (or 0xEF2757) is known color: Amaranth. HEX triplet: EF, 27 and 57. RGB value is (239,39,87). Sum of RGB (Red+Green+Blue) = 239+39+87=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2757 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2757 is #10D8A8. Grayscale: #686868. Windows color (decimal): -1104041 or 5711855. OLE color: 5711855.

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

Color convert

RGB 239 39 87 -
CMYK 0 0.84 0.64 0.06
HSL 345.6º 0.86% 0.55% -
HSV(B) 345.6º 0.84% 0.94% -
XYZ 38.04 20.49 10.97 -
YUV 104.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 239 39 87 0 0.84 0.64 0.06 345.6 0.86 0.55
Hex EF 27 57 0 54 40 6 15A 56 37
Octal 357 47 127 0 124 100 6 532 126 67
Binary 11101111 100111 1010111 0 1010100 1000000 110 101011010 1010110 110111

Color Harmonies of #EF2757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2757

Black with #EF2757

Text Example


Text Example

White with #EF2757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2757; }

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

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

background-color css

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

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

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

border-color css

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

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

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