#E2907D

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

Shades of Dark Salmon #E2907D

Tints of Dark Salmon #E2907D

Color information

#E2907D (or 0xE2907D) is unknown color: approx Dark Salmon. HEX triplet: E2, 90 and 7D. RGB value is (226,144,125). Sum of RGB (Red+Green+Blue) = 226+144+125=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2907D is #1D6F82. Grayscale: #A6A6A6. Windows color (decimal): -1929091 or 8229090. OLE color: 8229090.

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

Color convert

RGB226144125-
CMYK00.360.450.11
HSL11.29º63.52%68.82%-
HSV(B)11.29º44.69%88.63%-
XYZ45.0437.624.28-
YUV166.35104.67170.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.66%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 125 (49.22% from 255) = 25.25%
R=45.66%
G=29.09%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614412500.360.450.1111.2963.5268.82
HexE2907D0242DBb4045
Octal342220175044551313100105
Binary1110001010010000111110101001001011011011101110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2907D; }

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

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

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

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

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

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

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

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