#EF3552

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

Shades of Amaranth #EF3552

Tints of Amaranth #EF3552

Color information

#EF3552 (or 0xEF3552) is unknown color: approx Amaranth. HEX triplet: EF, 35 and 52. RGB value is (239,53,82). Sum of RGB (Red+Green+Blue) = 239+53+82=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3552 is #10CAAD. Grayscale: #6F6F6F. Windows color (decimal): -1100462 or 5387759. OLE color: 5387759.

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

Color convert

RGB2395382-
CMYK00.780.660.06
HSL350.65º85.32%57.25%-
HSV(B)350.65º77.82%93.73%-
XYZ38.3921.5110.11-
YUV111.92111.12218.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.90%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=63.90%
G=14.17%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239538200.780.660.06350.6585.3257.25
HexEF355204E42615f5539
Octal357651220116102653712571
Binary1110111111010110100100100111010000101101010111111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3552; }

 p { color: rgb(239,53,82); }

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

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

 a { background-color: rgb(239,53,82); }

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

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

 span { border-color: rgb(239,53,82); }

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