#EB2452

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

Shades of Amaranth #EB2452

Tints of Amaranth #EB2452

Color information

#EB2452 (or 0xEB2452) is unknown color: approx Amaranth. HEX triplet: EB, 24 and 52. RGB value is (235,36,82). Sum of RGB (Red+Green+Blue) = 235+36+82=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2452 is #14DBAD. Grayscale: #646464. Windows color (decimal): -1366958 or 5383403. OLE color: 5383403.

HSL color Cylindrical-coordinate representation of color #EB2452: hue angle of 346.13º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB2452 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB2353682-
CMYK00.850.650.08
HSL346.13º83.26%53.14%-
HSV(B)346.13º84.68%92.16%-
XYZ36.4119.539.83-
YUV100.74117.43223.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.57%
GREEN value IS 36 (14.45% from 255) = 10.20%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=66.57%
G=10.20%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235368200.850.650.08346.1383.2653.14
HexEB245205541815a5335
Octal3534412201251011053212365
Binary11101011100100101001001010101100000110001010110101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2452; }

 p { color: rgb(235,36,82); }

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

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

 a { background-color: rgb(235,36,82); }

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

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

 span { border-color: rgb(235,36,82); }

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