#EF264C

Color #EF264C Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EF264C

Tints of Amaranth #EF264C

Color information

#EF264C (or 0xEF264C) is unknown color: approx Amaranth. HEX triplet: EF, 26 and 4C. RGB value is (239,38,76). Sum of RGB (Red+Green+Blue) = 239+38+76=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF264C is #10D9B3. Grayscale: #666666. Windows color (decimal): -1104308 or 4990703. OLE color: 4990703.

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

Color convert

RGB2393876-
CMYK00.840.680.06
HSL348.66º86.27%54.31%-
HSV(B)348.66º84.1%93.73%-
XYZ37.5920.268.77-
YUV102.43113.09225.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.71%
GREEN value IS 38 (15.23% from 255) = 10.76%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=67.71%
G=10.76%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239387600.840.680.06348.6686.2754.31
HexEF264C05444615d5636
Octal357461140124104653512666
Binary1110111110011010011000101010010001001101010111011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF264C; }

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

 H1.HeaderClassName
 {
   color: #EF264C;
 }
 .AnyTagClassName
 {
   color: #EF264C;
 }
</style>
background-color css

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

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

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

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

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

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