Html Css Color HEX #E1967B Dark Salmon

📋 copy color: '#E1967B'

red 225 ◦ green 150 ◦ blue 123

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

Shades of Dark Salmon #E1967B

Tints of Dark Salmon #E1967B

RGB

 RED value IS 225 (88.28% from 255) = 45.18%

 GREEN value IS 150 (58.98% from 255) = 30.12%

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

R = 45.18%
G = 30.12%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1967B (or 0xE1967B) is known color: Dark Salmon. HEX triplet: E1, 96 and 7B. RGB value is (225,150,123). Sum of RGB (Red+Green+Blue) = 225+150+123=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1967B is #1E6984. Grayscale: #A9A9A9. Windows color (decimal): -1993093 or 8099553. OLE color: 8099553.

HSL color Cylindrical-coordinate representation of color #E1967B: hue angle of 15.88º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1967B is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 150 123 -
CMYK 0 0.33 0.45 0.12
HSL 15.88º 0.63% 0.68% -
HSV(B) 15.88º 0.45% 0.88% -
XYZ 45.53 39.25 23.92 -
YUV 169.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 225 150 123 0 0.33 0.45 0.12 15.88 0.63 0.68
Hex E1 96 7B 0 21 2D C 10 3F 44
Octal 341 226 173 0 41 55 14 20 77 104
Binary 11100001 10010110 1111011 0 100001 101101 1100 10000 111111 1000100

Color Harmonies of #E1967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1967B

Black with #E1967B

Text Example


Text Example

White with #E1967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1967B; }

 p { color: rgb(225,150,123); }

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

background-color css

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

 a { background-color: rgb(225,150,123); }

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

border-color css

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

 span { border-color: rgb(225,150,123); }

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