#E6505F

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

Shades of Mandy #E6505F

Tints of Mandy #E6505F

Color information

#E6505F (or 0xE6505F) is unknown color: approx Mandy. HEX triplet: E6, 50 and 5F. RGB value is (230,80,95). Sum of RGB (Red+Green+Blue) = 230+80+95=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6505F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6505F is #19AFA0. Grayscale: #7E7E7E. Windows color (decimal): -1683361 or 6246630. OLE color: 6246630.

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

Color convert

RGB2308095-
CMYK00.650.590.10
HSL354º75%60.78%-
HSV(B)354º65.22%90.2%-
XYZ37.5723.3913.36-
YUV126.56110.2201.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.79%
GREEN value IS 80 (31.64% from 255) = 19.75%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=56.79%
G=19.75%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230809500.650.590.103547560.78
HexE6505F0413BA1624b3d
Octal3461201370101731254211375
Binary11100110101000010111110100000111101110101011000101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6505F; }

 p { color: rgb(230,80,95); }

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

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

 a { background-color: rgb(230,80,95); }

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

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

 span { border-color: rgb(230,80,95); }

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