Html Css Color HEX #EF274C Amaranth

📋 copy color: '#EF274C'

red 239 ◦ green 39 ◦ blue 76

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

Shades of Amaranth #EF274C

Tints of Amaranth #EF274C

RGB

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

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

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

R = 67.51%
G = 11.02%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF274C (or 0xEF274C) is known color: Amaranth. HEX triplet: EF, 27 and 4C. RGB value is (239,39,76). Sum of RGB (Red+Green+Blue) = 239+39+76=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF274C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF274C is #10D8B3. Grayscale: #676767. Windows color (decimal): -1104052 or 4990959. OLE color: 4990959.

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

Color convert

RGB 239 39 76 -
CMYK 0 0.84 0.68 0.06
HSL 348.9º 0.86% 0.55% -
HSV(B) 348.9º 0.84% 0.94% -
XYZ 37.63 20.32 8.78 -
YUV 103.02 112.76 224.99 -
System Red Green Blue C M Y K H S L
Decimal 239 39 76 0 0.84 0.68 0.06 348.9 0.86 0.55
Hex EF 27 4C 0 54 44 6 15D 56 37
Octal 357 47 114 0 124 104 6 535 126 67
Binary 11101111 100111 1001100 0 1010100 1000100 110 101011101 1010110 110111

Color Harmonies of #EF274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF274C

Black with #EF274C

Text Example


Text Example

White with #EF274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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