Html Css Color HEX #E1907C Dark Salmon

📋 copy color: '#E1907C'

red 225 ◦ green 144 ◦ blue 124

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

Shades of Dark Salmon #E1907C

Tints of Dark Salmon #E1907C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.15%

R = 45.64%
G = 29.21%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1907C (or 0xE1907C) is known color: Dark Salmon. HEX triplet: E1, 90 and 7C. RGB value is (225,144,124). Sum of RGB (Red+Green+Blue) = 225+144+124=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1907C is #1E6F83. Grayscale: #A6A6A6. Windows color (decimal): -1994628 or 8163553. OLE color: 8163553.

HSL color Cylindrical-coordinate representation of color #E1907C: hue angle of 11.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 #E1907C is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 144 124 -
CMYK 0 0.36 0.45 0.12
HSL 11.88º 0.63% 0.68% -
HSV(B) 11.88º 0.45% 0.88% -
XYZ 44.66 37.41 23.94 -
YUV 165.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 225 144 124 0 0.36 0.45 0.12 11.88 0.63 0.68
Hex E1 90 7C 0 24 2D C C 3F 44
Octal 341 220 174 0 44 55 14 14 77 104
Binary 11100001 10010000 1111100 0 100100 101101 1100 1100 111111 1000100

Color Harmonies of #E1907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1907C

Black with #E1907C

Text Example


Text Example

White with #E1907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1907C; }

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

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

background-color css

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

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

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

border-color css

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

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

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