#E69284

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

Shades of Dark Salmon #E69284

Tints of Dark Salmon #E69284

Color information

#E69284 (or 0xE69284) is unknown color: approx Dark Salmon. HEX triplet: E6, 92 and 84. RGB value is (230,146,132). Sum of RGB (Red+Green+Blue) = 230+146+132=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E69284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69284 is #196D7B. Grayscale: #A9A9A9. Windows color (decimal): -1666428 or 8688358. OLE color: 8688358.

HSL color Cylindrical-coordinate representation of color #E69284: hue angle of 8.57º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69284 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB230146132-
CMYK00.370.430.10
HSL8.57º66.22%70.98%-
HSV(B)8.57º42.61%90.2%-
XYZ47.0839.0526.89-
YUV169.52106.83171.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.28%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=45.28%
G=28.74%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014613200.370.430.108.5766.2270.98
HexE692840252BA94247
Octal346222204045531211102107
Binary11100110100100101000010001001011010111010100110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69284; }

 p { color: rgb(230,146,132); }

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

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

 a { background-color: rgb(230,146,132); }

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

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

 span { border-color: rgb(230,146,132); }

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