#EF2055

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

Shades of Amaranth #EF2055

Tints of Amaranth #EF2055

Color information

#EF2055 (or 0xEF2055) is unknown color: approx Amaranth. HEX triplet: EF, 20 and 55. RGB value is (239,32,85). Sum of RGB (Red+Green+Blue) = 239+32+85=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2055 is #10DFAA. Grayscale: #636363. Windows color (decimal): -1105835 or 5578991. OLE color: 5578991.

HSL color Cylindrical-coordinate representation of color #EF2055: hue angle of 344.64º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF2055 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB2393285-
CMYK00.870.640.06
HSL344.64º86.61%53.14%-
HSV(B)344.64º86.61%93.73%-
XYZ37.7520.0410.47-
YUV99.94119.58227.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.13%
GREEN value IS 32 (12.89% from 255) = 8.99%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=67.13%
G=8.99%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239328500.870.640.06344.6486.6153.14
HexEF20550574061595735
Octal357401250127100653112765
Binary1110111110000010101010101011110000001101010110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2055; }

 p { color: rgb(239,32,85); }

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

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

 a { background-color: rgb(239,32,85); }

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

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

 span { border-color: rgb(239,32,85); }

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