Html Css Color HEX #E1927B Dark Salmon

📋 copy color: '#E1927B'

red 225 ◦ green 146 ◦ blue 123

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

Shades of Dark Salmon #E1927B

Tints of Dark Salmon #E1927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

 BLUE value IS 123 (48.44% from 255) = 24.9%

R = 45.55%
G = 29.55%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1927B (or 0xE1927B) is known color: Dark Salmon. HEX triplet: E1, 92 and 7B. RGB value is (225,146,123). Sum of RGB (Red+Green+Blue) = 225+146+123=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1927B is #1E6D84. Grayscale: #A7A7A7. Windows color (decimal): -1994117 or 8098529. OLE color: 8098529.

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

Color convert

RGB 225 146 123 -
CMYK 0 0.35 0.45 0.12
HSL 13.53º 0.63% 0.68% -
HSV(B) 13.53º 0.45% 0.88% -
XYZ 44.91 38 23.71 -
YUV 167 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 225 146 123 0 0.35 0.45 0.12 13.53 0.63 0.68
Hex E1 92 7B 0 23 2D C E 3F 44
Octal 341 222 173 0 43 55 14 16 77 104
Binary 11100001 10010010 1111011 0 100011 101101 1100 1110 111111 1000100

Color Harmonies of #E1927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1927B

Black with #E1927B

Text Example


Text Example

White with #E1927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1927B; }

 p { color: rgb(225,146,123); }

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

background-color css

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

 a { background-color: rgb(225,146,123); }

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

border-color css

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

 span { border-color: rgb(225,146,123); }

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