#EF2256

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

Shades of Amaranth #EF2256

Tints of Amaranth #EF2256

Color information

#EF2256 (or 0xEF2256) is unknown color: approx Amaranth. HEX triplet: EF, 22 and 56. RGB value is (239,34,86). Sum of RGB (Red+Green+Blue) = 239+34+86=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2256 is #10DDA9. Grayscale: #656565. Windows color (decimal): -1105322 or 5645039. OLE color: 5645039.

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

Color convert

RGB2393486-
CMYK00.860.640.06
HSL344.78º86.5%53.53%-
HSV(B)344.78º85.77%93.73%-
XYZ37.8520.1710.7-
YUV101.22119.42226.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.57%
GREEN value IS 34 (13.67% from 255) = 9.47%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=66.57%
G=9.47%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239348600.860.640.06344.7886.553.53
HexEF22560564061595636
Octal357421260126100653112666
Binary1110111110001010101100101011010000001101010110011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2256; }

 p { color: rgb(239,34,86); }

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

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

 a { background-color: rgb(239,34,86); }

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

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

 span { border-color: rgb(239,34,86); }

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