Html Css Color HEX #EF2956 Amaranth

📋 copy color: '#EF2956'

red 239 ◦ green 41 ◦ blue 86

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

Shades of Amaranth #EF2956

Tints of Amaranth #EF2956

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 86 (33.98% from 255) = 23.5%

R = 65.3%
G = 11.2%
B = 23.5%

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

#EF2956 (or 0xEF2956) is known color: Amaranth. HEX triplet: EF, 29 and 56. RGB value is (239,41,86). Sum of RGB (Red+Green+Blue) = 239+41+86=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2956 is #10D6A9. Grayscale: #696969. Windows color (decimal): -1103530 or 5646831. OLE color: 5646831.

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

Color convert

RGB 239 41 86 -
CMYK 0 0.83 0.64 0.06
HSL 346.36º 0.86% 0.55% -
HSV(B) 346.36º 0.83% 0.94% -
XYZ 38.07 20.61 10.78 -
YUV 105.33 117.1 223.34 -
System Red Green Blue C M Y K H S L
Decimal 239 41 86 0 0.83 0.64 0.06 346.36 0.86 0.55
Hex EF 29 56 0 53 40 6 15A 56 37
Octal 357 51 126 0 123 100 6 532 126 67
Binary 11101111 101001 1010110 0 1010011 1000000 110 101011010 1010110 110111

Color Harmonies of #EF2956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2956

Black with #EF2956

Text Example


Text Example

White with #EF2956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2956; }

 p { color: rgb(239,41,86); }

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

background-color css

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

 a { background-color: rgb(239,41,86); }

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

border-color css

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

 span { border-color: rgb(239,41,86); }

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