Html Css Color HEX #E68E72 Dark Salmon

📋 copy color: '#E68E72'

red 230 ◦ green 142 ◦ blue 114

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

Shades of Dark Salmon #E68E72

Tints of Dark Salmon #E68E72

RGB

 RED value IS 230 (90.23% from 255) = 47.33%

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

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 47.33%
G = 29.22%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E68E72 (or 0xE68E72) is known color: Dark Salmon. HEX triplet: E6, 8E and 72. RGB value is (230,142,114). Sum of RGB (Red+Green+Blue) = 230+142+114=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E72 is #19718D. Grayscale: #A5A5A5. Windows color (decimal): -1667470 or 7507686. OLE color: 7507686.

HSL color Cylindrical-coordinate representation of color #E68E72: hue angle of 14.48º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E68E72 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 142 114 -
CMYK 0 0.38 0.50 0.10
HSL 14.48º 0.7% 0.67% -
HSV(B) 14.48º 0.5% 0.9% -
XYZ 45.34 37.38 20.75 -
YUV 165.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 230 142 114 0 0.38 0.50 0.10 14.48 0.7 0.67
Hex E6 8E 72 0 26 32 A E 46 43
Octal 346 216 162 0 46 62 12 16 106 103
Binary 11100110 10001110 1110010 0 100110 110010 1010 1110 1000110 1000011

Color Harmonies of #E68E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E72

Black with #E68E72

Text Example


Text Example

White with #E68E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E72; }

 p { color: rgb(230,142,114); }

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

background-color css

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

 a { background-color: rgb(230,142,114); }

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

border-color css

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

 span { border-color: rgb(230,142,114); }

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