#E6505C

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

Shades of Mandy #E6505C

Tints of Mandy #E6505C

Color information

#E6505C (or 0xE6505C) is unknown color: approx Mandy. HEX triplet: E6, 50 and 5C. RGB value is (230,80,92). Sum of RGB (Red+Green+Blue) = 230+80+92=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E6505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6505C is #19AFA3. Grayscale: #7E7E7E. Windows color (decimal): -1683364 or 6050022. OLE color: 6050022.

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

Color convert

RGB2308092-
CMYK00.650.600.10
HSL355.2º75%60.78%-
HSV(B)355.2º65.22%90.2%-
XYZ37.4323.3312.66-
YUV126.22108.7202.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.21%
GREEN value IS 80 (31.64% from 255) = 19.90%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=57.21%
G=19.90%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230809200.650.600.10355.27560.78
HexE6505C0413CA1634b3d
Octal3461201340101741254311375
Binary11100110101000010111000100000111110010101011000111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6505C; }

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

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

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

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

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

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

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

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