#E2907F

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

Shades of Dark Salmon #E2907F

Tints of Dark Salmon #E2907F

Color information

#E2907F (or 0xE2907F) is unknown color: approx Dark Salmon. HEX triplet: E2, 90 and 7F. RGB value is (226,144,127). Sum of RGB (Red+Green+Blue) = 226+144+127=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2907F is #1D6F80. Grayscale: #A6A6A6. Windows color (decimal): -1929089 or 8360162. OLE color: 8360162.

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

Color convert

RGB226144127-
CMYK00.360.440.11
HSL10.3º63.06%69.22%-
HSV(B)10.3º43.81%88.63%-
XYZ45.1737.6524.96-
YUV166.58105.67170.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 127 (50% from 255) = 25.55%
R=45.47%
G=28.97%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614412700.360.440.1110.363.0669.22
HexE2907F0242CBa3f45
Octal34222017704454131277105
Binary111000101001000011111110100100101100101110101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2907F; }

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

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

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

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

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

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

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

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