Html Css Color HEX #E28F7B Dark Salmon

📋 copy color: '#E28F7B'

red 226 ◦ green 143 ◦ blue 123

#E28F7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #E28F7B

Tints of Dark Salmon #E28F7B

RGB

 RED value IS 226 (88.67% from 255) = 45.93%

 GREEN value IS 143 (56.25% from 255) = 29.07%

 BLUE value IS 123 (48.44% from 255) = 25%

R = 45.93%
G = 29.07%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E28F7B (or 0xE28F7B) is known color: Dark Salmon. HEX triplet: E2, 8F and 7B. RGB value is (226,143,123). Sum of RGB (Red+Green+Blue) = 226+143+123=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F7B is #1D7084. Grayscale: #A5A5A5. Windows color (decimal): -1929349 or 8097762. OLE color: 8097762.

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

Color convert

RGB 226 143 123 -
CMYK 0 0.37 0.46 0.11
HSL 11.65º 0.64% 0.68% -
HSV(B) 11.65º 0.46% 0.89% -
XYZ 44.76 37.24 23.57 -
YUV 165.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 226 143 123 0 0.37 0.46 0.11 11.65 0.64 0.68
Hex E2 8F 7B 0 25 2E B C 40 44
Octal 342 217 173 0 45 56 13 14 100 104
Binary 11100010 10001111 1111011 0 100101 101110 1011 1100 1000000 1000100

Color Harmonies of #E28F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28F7B

Black with #E28F7B

Text Example


Text Example

White with #E28F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28F7B; }

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

 H1.HeaderClassName
 {
   color: #E28F7B;
 }
 .AnyTagClassName
 {
   color: #E28F7B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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