#EF364B

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

Shades of Amaranth #EF364B

Tints of Amaranth #EF364B

Color information

#EF364B (or 0xEF364B) is unknown color: approx Amaranth. HEX triplet: EF, 36 and 4B. RGB value is (239,54,75). Sum of RGB (Red+Green+Blue) = 239+54+75=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF364B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF364B is #10C9B4. Grayscale: #6F6F6F. Windows color (decimal): -1100213 or 4929263. OLE color: 4929263.

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

Color convert

RGB2395475-
CMYK00.770.690.06
HSL353.19º85.25%57.45%-
HSV(B)353.19º77.41%93.73%-
XYZ38.1921.58.79-
YUV111.71107.29218.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.95%
GREEN value IS 54 (21.48% from 255) = 14.67%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=64.95%
G=14.67%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239547500.770.690.06353.1985.2557.45
HexEF364B04D4561615539
Octal357661130115105654112571
Binary1110111111011010010110100110110001011101011000011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF364B; }

 p { color: rgb(239,54,75); }

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

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

 a { background-color: rgb(239,54,75); }

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

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

 span { border-color: rgb(239,54,75); }

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