#EF2253

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

Shades of Amaranth #EF2253

Tints of Amaranth #EF2253

Color information

#EF2253 (or 0xEF2253) is unknown color: approx Amaranth. HEX triplet: EF, 22 and 53. RGB value is (239,34,83). Sum of RGB (Red+Green+Blue) = 239+34+83=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2253 is #10DDAC. Grayscale: #646464. Windows color (decimal): -1105325 or 5448431. OLE color: 5448431.

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

Color convert

RGB2393483-
CMYK00.860.650.06
HSL345.66º86.5%53.53%-
HSV(B)345.66º85.77%93.73%-
XYZ37.7320.1210.08-
YUV100.88117.92226.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.13%
GREEN value IS 34 (13.67% from 255) = 9.55%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=67.13%
G=9.55%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239348300.860.650.06345.6686.553.53
HexEF225305641615a5636
Octal357421230126101653212666
Binary1110111110001010100110101011010000011101010110101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2253; }

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

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

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

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

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

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

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

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