Html Css Color HEX #E88C7A Dark Salmon

📋 copy color: '#E88C7A'

red 232 ◦ green 140 ◦ blue 122

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

Shades of Dark Salmon #E88C7A

Tints of Dark Salmon #E88C7A

RGB

 RED value IS 232 (91.02% from 255) = 46.96%

 GREEN value IS 140 (55.08% from 255) = 28.34%

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

R = 46.96%
G = 28.34%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E88C7A (or 0xE88C7A) is known color: Dark Salmon. HEX triplet: E8, 8C and 7A. RGB value is (232,140,122). Sum of RGB (Red+Green+Blue) = 232+140+122=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88C7A is #177385. Grayscale: #A5A5A5. Windows color (decimal): -1536902 or 8031464. OLE color: 8031464.

HSL color Cylindrical-coordinate representation of color #E88C7A: hue angle of 9.82º degrees, saturation: 0.71, 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 #E88C7A is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 140 122 -
CMYK 0 0.40 0.47 0.09
HSL 9.82º 0.71% 0.69% -
HSV(B) 9.82º 0.47% 0.91% -
XYZ 46.17 37.32 23.18 -
YUV 165.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 232 140 122 0 0.40 0.47 0.09 9.82 0.71 0.69
Hex E8 8C 7A 0 28 2F 9 A 47 45
Octal 350 214 172 0 50 57 11 12 107 105
Binary 11101000 10001100 1111010 0 101000 101111 1001 1010 1000111 1000101

Color Harmonies of #E88C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88C7A

Black with #E88C7A

Text Example


Text Example

White with #E88C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88C7A; }

 p { color: rgb(232,140,122); }

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

background-color css

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

 a { background-color: rgb(232,140,122); }

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

border-color css

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

 span { border-color: rgb(232,140,122); }

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