Html Css Color HEX #EE927F Dark Salmon

📋 copy color: '#EE927F'

red 238 ◦ green 146 ◦ blue 127

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

Shades of Dark Salmon #EE927F

Tints of Dark Salmon #EE927F

RGB

 RED value IS 238 (93.36% from 255) = 46.58%

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

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

R = 46.58%
G = 28.57%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE927F (or 0xEE927F) is known color: Dark Salmon. HEX triplet: EE, 92 and 7F. RGB value is (238,146,127). Sum of RGB (Red+Green+Blue) = 238+146+127=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE927F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE927F is #116D80. Grayscale: #ABABAB. Windows color (decimal): -1142145 or 8360686. OLE color: 8360686.

HSL color Cylindrical-coordinate representation of color #EE927F: hue angle of 10.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE927F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 146 127 -
CMYK 0 0.39 0.47 0.07
HSL 10.27º 0.77% 0.72% -
HSV(B) 10.27º 0.47% 0.93% -
XYZ 49.37 40.27 25.25 -
YUV 171.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 238 146 127 0 0.39 0.47 0.07 10.27 0.77 0.72
Hex EE 92 7F 0 27 2F 7 A 4D 48
Octal 356 222 177 0 47 57 7 12 115 110
Binary 11101110 10010010 1111111 0 100111 101111 111 1010 1001101 1001000

Color Harmonies of #EE927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE927F

Black with #EE927F

Text Example


Text Example

White with #EE927F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE927F; }

 p { color: rgb(238,146,127); }

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

background-color css

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

 a { background-color: rgb(238,146,127); }

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

border-color css

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

 span { border-color: rgb(238,146,127); }

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