Html Css Color HEX #E88B7A Dark Salmon

📋 copy color: '#E88B7A'

red 232 ◦ green 139 ◦ blue 122

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

Shades of Dark Salmon #E88B7A

Tints of Dark Salmon #E88B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.19%

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

R = 47.06%
G = 28.19%
B = 24.75%

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

#E88B7A (or 0xE88B7A) is known color: Dark Salmon. HEX triplet: E8, 8B and 7A. RGB value is (232,139,122). Sum of RGB (Red+Green+Blue) = 232+139+122=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E88B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88B7A is #177485. Grayscale: #A5A5A5. Windows color (decimal): -1537158 or 8031208. OLE color: 8031208.

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

Color convert

RGB 232 139 122 -
CMYK 0 0.40 0.47 0.09
HSL 9.27º 0.71% 0.69% -
HSV(B) 9.27º 0.47% 0.91% -
XYZ 46.02 37.03 23.13 -
YUV 164.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 232 139 122 0 0.40 0.47 0.09 9.27 0.71 0.69
Hex E8 8B 7A 0 28 2F 9 9 47 45
Octal 350 213 172 0 50 57 11 11 107 105
Binary 11101000 10001011 1111010 0 101000 101111 1001 1001 1000111 1000101

Color Harmonies of #E88B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88B7A

Black with #E88B7A

Text Example


Text Example

White with #E88B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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