#EB5461

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

Shades of Mandy #EB5461

Tints of Mandy #EB5461

Color information

#EB5461 (or 0xEB5461) is unknown color: approx Mandy. HEX triplet: EB, 54 and 61. RGB value is (235,84,97). Sum of RGB (Red+Green+Blue) = 235+84+97=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5461 is #14AB9E. Grayscale: #828282. Windows color (decimal): -1354655 or 6378731. OLE color: 6378731.

HSL color Cylindrical-coordinate representation of color #EB5461: hue angle of 354.83º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB5461 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB2358497-
CMYK00.640.590.08
HSL354.83º79.06%62.55%-
HSV(B)354.83º64.26%92.16%-
XYZ39.5924.8714.02-
YUV130.63109.03202.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.49%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=56.49%
G=20.19%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235849700.640.590.08354.8379.0662.55
HexEB54610403B81634f3f
Octal3531241410100731054311777
Binary11101011101010011000010100000011101110001011000111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5461; }

 p { color: rgb(235,84,97); }

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

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

 a { background-color: rgb(235,84,97); }

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

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

 span { border-color: rgb(235,84,97); }

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