Html Css Color HEX #E1947F Dark Salmon

📋 copy color: '#E1947F'

red 225 ◦ green 148 ◦ blue 127

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

Shades of Dark Salmon #E1947F

Tints of Dark Salmon #E1947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.6%

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

R = 45%
G = 29.6%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1947F (or 0xE1947F) is known color: Dark Salmon. HEX triplet: E1, 94 and 7F. RGB value is (225,148,127). Sum of RGB (Red+Green+Blue) = 225+148+127=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1947F is #1E6B80. Grayscale: #A8A8A8. Windows color (decimal): -1993601 or 8361185. OLE color: 8361185.

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

Color convert

RGB 225 148 127 -
CMYK 0 0.34 0.44 0.12
HSL 12.86º 0.62% 0.69% -
HSV(B) 12.86º 0.44% 0.88% -
XYZ 45.47 38.72 25.16 -
YUV 168.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 225 148 127 0 0.34 0.44 0.12 12.86 0.62 0.69
Hex E1 94 7F 0 22 2C C D 3E 45
Octal 341 224 177 0 42 54 14 15 76 105
Binary 11100001 10010100 1111111 0 100010 101100 1100 1101 111110 1000101

Color Harmonies of #E1947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1947F

Black with #E1947F

Text Example


Text Example

White with #E1947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1947F; }

 p { color: rgb(225,148,127); }

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

background-color css

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

 a { background-color: rgb(225,148,127); }

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

border-color css

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

 span { border-color: rgb(225,148,127); }

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