Html Css Color HEX #E2967D Dark Salmon

📋 copy color: '#E2967D'

red 226 ◦ green 150 ◦ blue 125

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

Shades of Dark Salmon #E2967D

Tints of Dark Salmon #E2967D

RGB

 RED value IS 226 (88.67% from 255) = 45.11%

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

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

R = 45.11%
G = 29.94%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2967D (or 0xE2967D) is known color: Dark Salmon. HEX triplet: E2, 96 and 7D. RGB value is (226,150,125). Sum of RGB (Red+Green+Blue) = 226+150+125=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2967D is #1D6982. Grayscale: #AAAAAA. Windows color (decimal): -1927555 or 8230626. OLE color: 8230626.

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

Color convert

RGB 226 150 125 -
CMYK 0 0.34 0.45 0.11
HSL 14.85º 0.64% 0.69% -
HSV(B) 14.85º 0.45% 0.89% -
XYZ 45.97 39.46 24.6 -
YUV 169.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 226 150 125 0 0.34 0.45 0.11 14.85 0.64 0.69
Hex E2 96 7D 0 22 2D B F 40 45
Octal 342 226 175 0 42 55 13 17 100 105
Binary 11100010 10010110 1111101 0 100010 101101 1011 1111 1000000 1000101

Color Harmonies of #E2967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2967D

Black with #E2967D

Text Example


Text Example

White with #E2967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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