Html Css Color HEX #E68E70 Dark Salmon

📋 copy color: '#E68E70'

red 230 ◦ green 142 ◦ blue 112

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

Shades of Dark Salmon #E68E70

Tints of Dark Salmon #E68E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.14%

R = 47.52%
G = 29.34%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E68E70 (or 0xE68E70) is known color: Dark Salmon. HEX triplet: E6, 8E and 70. RGB value is (230,142,112). Sum of RGB (Red+Green+Blue) = 230+142+112=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E70 is #19718F. Grayscale: #A5A5A5. Windows color (decimal): -1667472 or 7376614. OLE color: 7376614.

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

Color convert

RGB 230 142 112 -
CMYK 0 0.38 0.51 0.10
HSL 15.25º 0.7% 0.67% -
HSV(B) 15.25º 0.51% 0.9% -
XYZ 45.23 37.34 20.15 -
YUV 164.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 230 142 112 0 0.38 0.51 0.10 15.25 0.7 0.67
Hex E6 8E 70 0 26 33 A F 46 43
Octal 346 216 160 0 46 63 12 17 106 103
Binary 11100110 10001110 1110000 0 100110 110011 1010 1111 1000110 1000011

Color Harmonies of #E68E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E70

Black with #E68E70

Text Example


Text Example

White with #E68E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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