#E2927B

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

Shades of Dark Salmon #E2927B

Tints of Dark Salmon #E2927B

Color information

#E2927B (or 0xE2927B) is unknown color: approx Dark Salmon. HEX triplet: E2, 92 and 7B. RGB value is (226,146,123). Sum of RGB (Red+Green+Blue) = 226+146+123=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2927B is #1D6D84. Grayscale: #A7A7A7. Windows color (decimal): -1928581 or 8098530. OLE color: 8098530.

HSL color Cylindrical-coordinate representation of color #E2927B: hue angle of 13.4º degrees, saturation: 0.64, 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 #E2927B is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226146123-
CMYK00.350.460.11
HSL13.4º63.98%68.43%-
HSV(B)13.4º45.58%88.63%-
XYZ45.2238.1623.72-
YUV167.3103169.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.66%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=45.66%
G=29.49%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614612300.350.460.1113.463.9868.43
HexE2927B0232EBd4044
Octal342222173043561315100104
Binary1110001010010010111101101000111011101011110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2927B; }

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

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

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

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

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

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

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

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