Html Css Color HEX #E6907D Dark Salmon

📋 copy color: '#E6907D'

red 230 ◦ green 144 ◦ blue 125

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

Shades of Dark Salmon #E6907D

Tints of Dark Salmon #E6907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.86%

 BLUE value IS 125 (49.22% from 255) = 25.05%

R = 46.09%
G = 28.86%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6907D (or 0xE6907D) is known color: Dark Salmon. HEX triplet: E6, 90 and 7D. RGB value is (230,144,125). Sum of RGB (Red+Green+Blue) = 230+144+125=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6907D is #196F82. Grayscale: #A7A7A7. Windows color (decimal): -1666947 or 8229094. OLE color: 8229094.

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

Color convert

RGB 230 144 125 -
CMYK 0 0.37 0.46 0.10
HSL 10.86º 0.68% 0.7% -
HSV(B) 10.86º 0.46% 0.9% -
XYZ 46.31 38.25 24.34 -
YUV 167.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 230 144 125 0 0.37 0.46 0.10 10.86 0.68 0.7
Hex E6 90 7D 0 25 2E A B 44 46
Octal 346 220 175 0 45 56 12 13 104 106
Binary 11100110 10010000 1111101 0 100101 101110 1010 1011 1000100 1000110

Color Harmonies of #E6907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6907D

Black with #E6907D

Text Example


Text Example

White with #E6907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6907D; }

 p { color: rgb(230,144,125); }

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

background-color css

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

 a { background-color: rgb(230,144,125); }

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

border-color css

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

 span { border-color: rgb(230,144,125); }

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