#EB2252

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

Shades of Amaranth #EB2252

Tints of Amaranth #EB2252

Color information

#EB2252 (or 0xEB2252) is unknown color: approx Amaranth. HEX triplet: EB, 22 and 52. RGB value is (235,34,82). Sum of RGB (Red+Green+Blue) = 235+34+82=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2252 is #14DDAD. Grayscale: #636363. Windows color (decimal): -1367470 or 5382891. OLE color: 5382891.

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

Color convert

RGB2353482-
CMYK00.860.650.08
HSL345.67º83.4%52.75%-
HSV(B)345.67º85.53%92.16%-
XYZ36.3619.429.81-
YUV99.57118.09224.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.95%
GREEN value IS 34 (13.67% from 255) = 9.69%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=66.95%
G=9.69%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235348200.860.650.08345.6783.452.75
HexEB225205641815a5335
Octal3534212201261011053212365
Binary11101011100010101001001010110100000110001010110101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2252; }

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

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

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

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

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

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

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

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