Html Css Color HEX #E7967F Dark Salmon

📋 copy color: '#E7967F'

red 231 ◦ green 150 ◦ blue 127

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

Shades of Dark Salmon #E7967F

Tints of Dark Salmon #E7967F

RGB

 RED value IS 231 (90.63% from 255) = 45.47%

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

 BLUE value IS 127 (50% from 255) = 25%

R = 45.47%
G = 29.53%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7967F (or 0xE7967F) is known color: Dark Salmon. HEX triplet: E7, 96 and 7F. RGB value is (231,150,127). Sum of RGB (Red+Green+Blue) = 231+150+127=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7967F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7967F is #186980. Grayscale: #ABABAB. Windows color (decimal): -1599873 or 8361703. OLE color: 8361703.

HSL color Cylindrical-coordinate representation of color #E7967F: hue angle of 13.27º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7967F is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 150 127 -
CMYK 0 0.35 0.45 0.09
HSL 13.27º 0.68% 0.7% -
HSV(B) 13.27º 0.45% 0.91% -
XYZ 47.69 40.33 25.35 -
YUV 171.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 231 150 127 0 0.35 0.45 0.09 13.27 0.68 0.7
Hex E7 96 7F 0 23 2D 9 D 44 46
Octal 347 226 177 0 43 55 11 15 104 106
Binary 11100111 10010110 1111111 0 100011 101101 1001 1101 1000100 1000110

Color Harmonies of #E7967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7967F

Black with #E7967F

Text Example


Text Example

White with #E7967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7967F; }

 p { color: rgb(231,150,127); }

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

background-color css

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

 a { background-color: rgb(231,150,127); }

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

border-color css

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

 span { border-color: rgb(231,150,127); }

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