Html Css Color HEX #E1907D Dark Salmon

📋 copy color: '#E1907D'

red 225 ◦ green 144 ◦ blue 125

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

Shades of Dark Salmon #E1907D

Tints of Dark Salmon #E1907D

RGB

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

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

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

R = 45.55%
G = 29.15%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1907D (or 0xE1907D) is known color: Dark Salmon. HEX triplet: E1, 90 and 7D. RGB value is (225,144,125). Sum of RGB (Red+Green+Blue) = 225+144+125=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1907D is #1E6F82. Grayscale: #A6A6A6. Windows color (decimal): -1994627 or 8229089. OLE color: 8229089.

HSL color Cylindrical-coordinate representation of color #E1907D: hue angle of 11.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1907D is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 144 125 -
CMYK 0 0.36 0.44 0.12
HSL 11.4º 0.63% 0.69% -
HSV(B) 11.4º 0.44% 0.88% -
XYZ 44.73 37.43 24.27 -
YUV 166.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 225 144 125 0 0.36 0.44 0.12 11.4 0.63 0.69
Hex E1 90 7D 0 24 2C C B 3E 45
Octal 341 220 175 0 44 54 14 13 76 105
Binary 11100001 10010000 1111101 0 100100 101100 1100 1011 111110 1000101

Color Harmonies of #E1907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1907D

Black with #E1907D

Text Example


Text Example

White with #E1907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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