Html Css Color HEX #E99384 Dark Salmon

📋 copy color: '#E99384'

red 233 ◦ green 147 ◦ blue 132

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

Shades of Dark Salmon #E99384

Tints of Dark Salmon #E99384

RGB

 RED value IS 233 (91.41% from 255) = 45.51%

 GREEN value IS 147 (57.81% from 255) = 28.71%

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 45.51%
G = 28.71%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E99384 (or 0xE99384) is known color: Dark Salmon. HEX triplet: E9, 93 and 84. RGB value is (233,147,132). Sum of RGB (Red+Green+Blue) = 233+147+132=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E99384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99384 is #166C7B. Grayscale: #ABABAB. Windows color (decimal): -1469564 or 8688617. OLE color: 8688617.

HSL color Cylindrical-coordinate representation of color #E99384: hue angle of 8.91º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E99384 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 147 132 -
CMYK 0 0.37 0.43 0.09
HSL 8.91º 0.7% 0.72% -
HSV(B) 8.91º 0.43% 0.91% -
XYZ 48.2 39.86 26.98 -
YUV 171 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 233 147 132 0 0.37 0.43 0.09 8.91 0.7 0.72
Hex E9 93 84 0 25 2B 9 9 46 48
Octal 351 223 204 0 45 53 11 11 106 110
Binary 11101001 10010011 10000100 0 100101 101011 1001 1001 1000110 1001000

Color Harmonies of #E99384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99384

Black with #E99384

Text Example


Text Example

White with #E99384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99384; }

 p { color: rgb(233,147,132); }

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

background-color css

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

 a { background-color: rgb(233,147,132); }

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

border-color css

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

 span { border-color: rgb(233,147,132); }

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