#E6485C

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

Shades of Mandy #E6485C

Tints of Mandy #E6485C

Color information

#E6485C (or 0xE6485C) is unknown color: approx Mandy. HEX triplet: E6, 48 and 5C. RGB value is (230,72,92). Sum of RGB (Red+Green+Blue) = 230+72+92=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6485C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6485C is #19B7A3. Grayscale: #797979. Windows color (decimal): -1685412 or 6047974. OLE color: 6047974.

HSL color Cylindrical-coordinate representation of color #E6485C: hue angle of 352.41º 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 #E6485C is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB2307292-
CMYK00.690.600.10
HSL352.41º75.96%59.22%-
HSV(B)352.41º68.7%90.2%-
XYZ36.8822.2312.47-
YUV121.52111.35205.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.38%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=58.38%
G=18.27%
B=23.35%

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
Decimal230729200.690.600.10352.4175.9659.22
HexE6485C0453CA1604c3b
Octal3461101340105741254011473
Binary11100110100100010111000100010111110010101011000001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6485C; }

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

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

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

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

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

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

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

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