Html Css Color HEX #E28F7D Dark Salmon

📋 copy color: '#E28F7D'

red 226 ◦ green 143 ◦ blue 125

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

Shades of Dark Salmon #E28F7D

Tints of Dark Salmon #E28F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 45.75%
G = 28.95%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E28F7D (or 0xE28F7D) is known color: Dark Salmon. HEX triplet: E2, 8F and 7D. RGB value is (226,143,125). Sum of RGB (Red+Green+Blue) = 226+143+125=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F7D is #1D7082. Grayscale: #A5A5A5. Windows color (decimal): -1929347 or 8228834. OLE color: 8228834.

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

Color convert

RGB 226 143 125 -
CMYK 0 0.37 0.45 0.11
HSL 10.69º 0.64% 0.69% -
HSV(B) 10.69º 0.45% 0.89% -
XYZ 44.89 37.29 24.23 -
YUV 165.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 226 143 125 0 0.37 0.45 0.11 10.69 0.64 0.69
Hex E2 8F 7D 0 25 2D B B 40 45
Octal 342 217 175 0 45 55 13 13 100 105
Binary 11100010 10001111 1111101 0 100101 101101 1011 1011 1000000 1000101

Color Harmonies of #E28F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28F7D

Black with #E28F7D

Text Example


Text Example

White with #E28F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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