Html Css Color HEX #E5967D Dark Salmon

📋 copy color: '#E5967D'

red 229 ◦ green 150 ◦ blue 125

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

Shades of Dark Salmon #E5967D

Tints of Dark Salmon #E5967D

RGB

 RED value IS 229 (89.84% from 255) = 45.44%

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

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

R = 45.44%
G = 29.76%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5967D (or 0xE5967D) is known color: Dark Salmon. HEX triplet: E5, 96 and 7D. RGB value is (229,150,125). Sum of RGB (Red+Green+Blue) = 229+150+125=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5967D is #1A6982. Grayscale: #AAAAAA. Windows color (decimal): -1730947 or 8230629. OLE color: 8230629.

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

Color convert

RGB 229 150 125 -
CMYK 0 0.34 0.45 0.10
HSL 14.42º 0.67% 0.69% -
HSV(B) 14.42º 0.45% 0.9% -
XYZ 46.92 39.95 24.64 -
YUV 170.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 229 150 125 0 0.34 0.45 0.10 14.42 0.67 0.69
Hex E5 96 7D 0 22 2D A E 43 45
Octal 345 226 175 0 42 55 12 16 103 105
Binary 11100101 10010110 1111101 0 100010 101101 1010 1110 1000011 1000101

Color Harmonies of #E5967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5967D

Black with #E5967D

Text Example


Text Example

White with #E5967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5967D; }

 p { color: rgb(229,150,125); }

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

background-color css

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

 a { background-color: rgb(229,150,125); }

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

border-color css

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

 span { border-color: rgb(229,150,125); }

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