#E2907A

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

Shades of Dark Salmon #E2907A

Tints of Dark Salmon #E2907A

Color information

#E2907A (or 0xE2907A) is unknown color: approx Dark Salmon. HEX triplet: E2, 90 and 7A. RGB value is (226,144,122). Sum of RGB (Red+Green+Blue) = 226+144+122=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2907A is #1D6F85. Grayscale: #A6A6A6. Windows color (decimal): -1929094 or 8032482. OLE color: 8032482.

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

Color convert

RGB226144122-
CMYK00.360.460.11
HSL12.69º64.2%68.24%-
HSV(B)12.69º46.02%88.63%-
XYZ44.8537.5223.29-
YUV166.01103.17170.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.93%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=45.93%
G=29.27%
B=24.80%

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
Decimal22614412200.360.460.1112.6964.268.24
HexE2907A0242EBd4044
Octal342220172044561315100104
Binary1110001010010000111101001001001011101011110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2907A; }

 p { color: rgb(226,144,122); }

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

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

 a { background-color: rgb(226,144,122); }

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

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

 span { border-color: rgb(226,144,122); }

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