Html Css Color HEX #EF2D54 Amaranth

📋 copy color: '#EF2D54'

red 239 ◦ green 45 ◦ blue 84

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

Shades of Amaranth #EF2D54

Tints of Amaranth #EF2D54

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

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

R = 64.95%
G = 12.23%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF2D54 (or 0xEF2D54) is known color: Amaranth. HEX triplet: EF, 2D and 54. RGB value is (239,45,84). Sum of RGB (Red+Green+Blue) = 239+45+84=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D54 is #10D2AB. Grayscale: #6B6B6B. Windows color (decimal): -1102508 or 5516783. OLE color: 5516783.

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

Color convert

RGB 239 45 84 -
CMYK 0 0.81 0.65 0.06
HSL 347.94º 0.86% 0.56% -
HSV(B) 347.94º 0.81% 0.94% -
XYZ 38.14 20.87 10.41 -
YUV 107.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 239 45 84 0 0.81 0.65 0.06 347.94 0.86 0.56
Hex EF 2D 54 0 51 41 6 15C 56 38
Octal 357 55 124 0 121 101 6 534 126 70
Binary 11101111 101101 1010100 0 1010001 1000001 110 101011100 1010110 111000

Color Harmonies of #EF2D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D54

Black with #EF2D54

Text Example


Text Example

White with #EF2D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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