Html Css Color HEX #EF254D Amaranth

📋 copy color: '#EF254D'

red 239 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #EF254D

Tints of Amaranth #EF254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 67.71%
G = 10.48%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF254D (or 0xEF254D) is known color: Amaranth. HEX triplet: EF, 25 and 4D. RGB value is (239,37,77). Sum of RGB (Red+Green+Blue) = 239+37+77=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF254D is #10DAB2. Grayscale: #666666. Windows color (decimal): -1104563 or 5055983. OLE color: 5055983.

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

Color convert

RGB 239 37 77 -
CMYK 0 0.85 0.68 0.06
HSL 348.12º 0.86% 0.54% -
HSV(B) 348.12º 0.85% 0.94% -
XYZ 37.6 20.21 8.94 -
YUV 101.96 113.92 225.75 -
System Red Green Blue C M Y K H S L
Decimal 239 37 77 0 0.85 0.68 0.06 348.12 0.86 0.54
Hex EF 25 4D 0 55 44 6 15C 56 36
Octal 357 45 115 0 125 104 6 534 126 66
Binary 11101111 100101 1001101 0 1010101 1000100 110 101011100 1010110 110110

Color Harmonies of #EF254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF254D

Black with #EF254D

Text Example


Text Example

White with #EF254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF254D; }

 p { color: rgb(239,37,77); }

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

background-color css

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

 a { background-color: rgb(239,37,77); }

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

border-color css

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

 span { border-color: rgb(239,37,77); }

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