Html Css Color HEX #E28E7C Dark Salmon

📋 copy color: '#E28E7C'

red 226 ◦ green 142 ◦ blue 124

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

Shades of Dark Salmon #E28E7C

Tints of Dark Salmon #E28E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.86%

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

R = 45.93%
G = 28.86%
B = 25.2%

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

#E28E7C (or 0xE28E7C) is known color: Dark Salmon. HEX triplet: E2, 8E and 7C. RGB value is (226,142,124). Sum of RGB (Red+Green+Blue) = 226+142+124=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E7C is #1D7183. Grayscale: #A5A5A5. Windows color (decimal): -1929604 or 8163042. OLE color: 8163042.

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

Color convert

RGB 226 142 124 -
CMYK 0 0.37 0.45 0.11
HSL 10.59º 0.64% 0.69% -
HSV(B) 10.59º 0.45% 0.89% -
XYZ 44.68 36.97 23.85 -
YUV 165.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 226 142 124 0 0.37 0.45 0.11 10.59 0.64 0.69
Hex E2 8E 7C 0 25 2D B B 40 45
Octal 342 216 174 0 45 55 13 13 100 105
Binary 11100010 10001110 1111100 0 100101 101101 1011 1011 1000000 1000101

Color Harmonies of #E28E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28E7C

Black with #E28E7C

Text Example


Text Example

White with #E28E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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