Html Css Color HEX #EF254C Amaranth

📋 copy color: '#EF254C'

red 239 ◦ green 37 ◦ blue 76

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

Shades of Amaranth #EF254C

Tints of Amaranth #EF254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.59%

R = 67.9%
G = 10.51%
B = 21.59%

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

#EF254C (or 0xEF254C) is known color: Amaranth. HEX triplet: EF, 25 and 4C. RGB value is (239,37,76). Sum of RGB (Red+Green+Blue) = 239+37+76=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF254C is #10DAB3. Grayscale: #656565. Windows color (decimal): -1104564 or 4990447. OLE color: 4990447.

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

Color convert

RGB 239 37 76 -
CMYK 0 0.85 0.68 0.06
HSL 348.42º 0.86% 0.54% -
HSV(B) 348.42º 0.85% 0.94% -
XYZ 37.56 20.2 8.76 -
YUV 101.84 113.42 225.83 -
System Red Green Blue C M Y K H S L
Decimal 239 37 76 0 0.85 0.68 0.06 348.42 0.86 0.54
Hex EF 25 4C 0 55 44 6 15C 56 36
Octal 357 45 114 0 125 104 6 534 126 66
Binary 11101111 100101 1001100 0 1010101 1000100 110 101011100 1010110 110110

Color Harmonies of #EF254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF254C

Black with #EF254C

Text Example


Text Example

White with #EF254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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