Html Css Color HEX #E28F7C Dark Salmon

📋 copy color: '#E28F7C'

red 226 ◦ green 143 ◦ blue 124

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

Shades of Dark Salmon #E28F7C

Tints of Dark Salmon #E28F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.15%

R = 45.84%
G = 29.01%
B = 25.15%

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

#E28F7C (or 0xE28F7C) is known color: Dark Salmon. HEX triplet: E2, 8F and 7C. RGB value is (226,143,124). Sum of RGB (Red+Green+Blue) = 226+143+124=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F7C is #1D7083. Grayscale: #A5A5A5. Windows color (decimal): -1929348 or 8163298. OLE color: 8163298.

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

Color convert

RGB 226 143 124 -
CMYK 0 0.37 0.45 0.11
HSL 11.18º 0.64% 0.69% -
HSV(B) 11.18º 0.45% 0.89% -
XYZ 44.82 37.27 23.9 -
YUV 165.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 226 143 124 0 0.37 0.45 0.11 11.18 0.64 0.69
Hex E2 8F 7C 0 25 2D B B 40 45
Octal 342 217 174 0 45 55 13 13 100 105
Binary 11100010 10001111 1111100 0 100101 101101 1011 1011 1000000 1000101

Color Harmonies of #E28F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28F7C

Black with #E28F7C

Text Example


Text Example

White with #E28F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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