Html Css Color HEX #E4947B Dark Salmon

📋 copy color: '#E4947B'

red 228 ◦ green 148 ◦ blue 123

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

Shades of Dark Salmon #E4947B

Tints of Dark Salmon #E4947B

RGB

 RED value IS 228 (89.45% from 255) = 45.69%

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

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

R = 45.69%
G = 29.66%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E4947B (or 0xE4947B) is known color: Dark Salmon. HEX triplet: E4, 94 and 7B. RGB value is (228,148,123). Sum of RGB (Red+Green+Blue) = 228+148+123=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 228 - color contains mainly: red. Hex color #E4947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4947B is #1B6B84. Grayscale: #A9A9A9. Windows color (decimal): -1796997 or 8099044. OLE color: 8099044.

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

Color convert

RGB 228 148 123 -
CMYK 0 0.35 0.46 0.11
HSL 14.29º 0.66% 0.69% -
HSV(B) 14.29º 0.46% 0.89% -
XYZ 46.16 39.1 23.85 -
YUV 169.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 228 148 123 0 0.35 0.46 0.11 14.29 0.66 0.69
Hex E4 94 7B 0 23 2E B E 42 45
Octal 344 224 173 0 43 56 13 16 102 105
Binary 11100100 10010100 1111011 0 100011 101110 1011 1110 1000010 1000101

Color Harmonies of #E4947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4947B

Black with #E4947B

Text Example


Text Example

White with #E4947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4947B; }

 p { color: rgb(228,148,123); }

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

background-color css

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

 a { background-color: rgb(228,148,123); }

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

border-color css

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

 span { border-color: rgb(228,148,123); }

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