#E0927B

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

Shades of Dark Salmon #E0927B

Tints of Dark Salmon #E0927B

Color information

#E0927B (or 0xE0927B) is unknown color: approx Dark Salmon. HEX triplet: E0, 92 and 7B. RGB value is (224,146,123). Sum of RGB (Red+Green+Blue) = 224+146+123=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0927B is #1F6D84. Grayscale: #A6A6A6. Windows color (decimal): -2059653 or 8098528. OLE color: 8098528.

HSL color Cylindrical-coordinate representation of color #E0927B: hue angle of 13.66º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0927B is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB224146123-
CMYK00.350.450.12
HSL13.66º61.96%68.04%-
HSV(B)13.66º45.09%87.84%-
XYZ44.5937.8423.69-
YUV166.7103.34168.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 123 (48.44% from 255) = 24.95%
R=45.44%
G=29.61%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414612300.350.450.1213.6661.9668.04
HexE0927B0232DCe3e44
Octal34022217304355141676104
Binary111000001001001011110110100011101101110011101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0927B; }

 p { color: rgb(224,146,123); }

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

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

 a { background-color: rgb(224,146,123); }

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

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

 span { border-color: rgb(224,146,123); }

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