#E6485D

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

Shades of Mandy #E6485D

Tints of Mandy #E6485D

Color information

#E6485D (or 0xE6485D) is unknown color: approx Mandy. HEX triplet: E6, 48 and 5D. RGB value is (230,72,93). Sum of RGB (Red+Green+Blue) = 230+72+93=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E6485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6485D is #19B7A2. Grayscale: #797979. Windows color (decimal): -1685411 or 6113510. OLE color: 6113510.

HSL color Cylindrical-coordinate representation of color #E6485D: hue angle of 352.03º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6485D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB2307293-
CMYK00.690.600.10
HSL352.03º75.96%59.22%-
HSV(B)352.03º68.7%90.2%-
XYZ36.9322.2512.7-
YUV121.64111.85205.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.23%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=58.23%
G=18.23%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230729300.690.600.10352.0375.9659.22
HexE6485D0453CA1604c3b
Octal3461101350105741254011473
Binary11100110100100010111010100010111110010101011000001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6485D; }

 p { color: rgb(230,72,93); }

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

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

 a { background-color: rgb(230,72,93); }

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

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

 span { border-color: rgb(230,72,93); }

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