Html Css Color HEX #E6947B Dark Salmon

📋 copy color: '#E6947B'

red 230 ◦ green 148 ◦ blue 123

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

Shades of Dark Salmon #E6947B

Tints of Dark Salmon #E6947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.54%

 BLUE value IS 123 (48.44% from 255) = 24.55%

R = 45.91%
G = 29.54%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6947B (or 0xE6947B) is known color: Dark Salmon. HEX triplet: E6, 94 and 7B. RGB value is (230,148,123). Sum of RGB (Red+Green+Blue) = 230+148+123=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6947B is #196B84. Grayscale: #A9A9A9. Windows color (decimal): -1665925 or 8099046. OLE color: 8099046.

HSL color Cylindrical-coordinate representation of color #E6947B: hue angle of 14.02º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6947B is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 123 -
CMYK 0 0.36 0.47 0.10
HSL 14.02º 0.68% 0.69% -
HSV(B) 14.02º 0.47% 0.9% -
XYZ 46.8 39.43 23.88 -
YUV 169.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 230 148 123 0 0.36 0.47 0.10 14.02 0.68 0.69
Hex E6 94 7B 0 24 2F A E 44 45
Octal 346 224 173 0 44 57 12 16 104 105
Binary 11100110 10010100 1111011 0 100100 101111 1010 1110 1000100 1000101

Color Harmonies of #E6947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6947B

Black with #E6947B

Text Example


Text Example

White with #E6947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6947B; }

 p { color: rgb(230,148,123); }

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

background-color css

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

 a { background-color: rgb(230,148,123); }

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

border-color css

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

 span { border-color: rgb(230,148,123); }

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