#E3927A

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

Shades of Dark Salmon #E3927A

Tints of Dark Salmon #E3927A

Color information

#E3927A (or 0xE3927A) is unknown color: approx Dark Salmon. HEX triplet: E3, 92 and 7A. RGB value is (227,146,122). Sum of RGB (Red+Green+Blue) = 227+146+122=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E3927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3927A is #1C6D85. Grayscale: #A7A7A7. Windows color (decimal): -1863046 or 8032995. OLE color: 8032995.

HSL color Cylindrical-coordinate representation of color #E3927A: hue angle of 13.71º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3927A is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB227146122-
CMYK00.360.460.11
HSL13.71º65.22%68.43%-
HSV(B)13.71º46.26%89.02%-
XYZ45.4738.2923.41-
YUV167.48102.34170.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.86%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=45.86%
G=29.49%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714612200.360.460.1113.7165.2268.43
HexE3927A0242EBe4144
Octal343222172044561316101104
Binary1110001110010010111101001001001011101011111010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3927A; }

 p { color: rgb(227,146,122); }

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

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

 a { background-color: rgb(227,146,122); }

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

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

 span { border-color: rgb(227,146,122); }

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