Html Css Color HEX #E6927A Dark Salmon

📋 copy color: '#E6927A'

red 230 ◦ green 146 ◦ blue 122

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

Shades of Dark Salmon #E6927A

Tints of Dark Salmon #E6927A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.32%

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

R = 46.18%
G = 29.32%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6927A (or 0xE6927A) is known color: Dark Salmon. HEX triplet: E6, 92 and 7A. RGB value is (230,146,122). Sum of RGB (Red+Green+Blue) = 230+146+122=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E6927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6927A is #196D85. Grayscale: #A8A8A8. Windows color (decimal): -1666438 or 8032998. OLE color: 8032998.

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

Color convert

RGB 230 146 122 -
CMYK 0 0.37 0.47 0.10
HSL 13.33º 0.68% 0.69% -
HSV(B) 13.33º 0.47% 0.9% -
XYZ 46.42 38.79 23.45 -
YUV 168.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 230 146 122 0 0.37 0.47 0.10 13.33 0.68 0.69
Hex E6 92 7A 0 25 2F A D 44 45
Octal 346 222 172 0 45 57 12 15 104 105
Binary 11100110 10010010 1111010 0 100101 101111 1010 1101 1000100 1000101

Color Harmonies of #E6927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6927A

Black with #E6927A

Text Example


Text Example

White with #E6927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6927A; }

 p { color: rgb(230,146,122); }

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

background-color css

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

 a { background-color: rgb(230,146,122); }

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

border-color css

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

 span { border-color: rgb(230,146,122); }

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