Html Css Color HEX #E78E7A Dark Salmon

📋 copy color: '#E78E7A'

red 231 ◦ green 142 ◦ blue 122

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

Shades of Dark Salmon #E78E7A

Tints of Dark Salmon #E78E7A

RGB

 RED value IS 231 (90.63% from 255) = 46.67%

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

 BLUE value IS 122 (48.05% from 255) = 24.65%

R = 46.67%
G = 28.69%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E78E7A (or 0xE78E7A) is known color: Dark Salmon. HEX triplet: E7, 8E and 7A. RGB value is (231,142,122). Sum of RGB (Red+Green+Blue) = 231+142+122=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78E7A is #187185. Grayscale: #A6A6A6. Windows color (decimal): -1601926 or 8031975. OLE color: 8031975.

HSL color Cylindrical-coordinate representation of color #E78E7A: hue angle of 11.01º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E78E7A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 142 122 -
CMYK 0 0.39 0.47 0.09
HSL 11.01º 0.69% 0.69% -
HSV(B) 11.01º 0.47% 0.91% -
XYZ 46.14 37.74 23.27 -
YUV 166.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 231 142 122 0 0.39 0.47 0.09 11.01 0.69 0.69
Hex E7 8E 7A 0 27 2F 9 B 45 45
Octal 347 216 172 0 47 57 11 13 105 105
Binary 11100111 10001110 1111010 0 100111 101111 1001 1011 1000101 1000101

Color Harmonies of #E78E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78E7A

Black with #E78E7A

Text Example


Text Example

White with #E78E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78E7A; }

 p { color: rgb(231,142,122); }

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

background-color css

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

 a { background-color: rgb(231,142,122); }

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

border-color css

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

 span { border-color: rgb(231,142,122); }

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